:doc:`LicenseManager <../../license-manager>` / Client / list_assets_for_license_asset_group

***********************************
list_assets_for_license_asset_group
***********************************



.. py:method:: LicenseManager.Client.list_assets_for_license_asset_group(**kwargs)

  

  Lists assets for a license asset group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListAssetsForLicenseAssetGroup>`_  


  **Request Syntax**
  ::

    response = client.list_assets_for_license_asset_group(
        LicenseAssetGroupArn='string',
        AssetType='string',
        MaxResults=123,
        NextToken='string'
    )
    
  :type LicenseAssetGroupArn: string
  :param LicenseAssetGroupArn: **[REQUIRED]** 

    Amazon Resource Name (ARN) of the license asset group.

    

  
  :type AssetType: string
  :param AssetType: **[REQUIRED]** 

    Asset type. The possible values are ``Instance`` | ``License`` | ``LicenseConfiguration``.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    Maximum number of results to return in a single call.

    

  
  :type NextToken: string
  :param NextToken: 

    Token for the next set of results.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Assets': [
              {
                  'AssetArn': 'string',
                  'LatestAssetDiscoveryTime': datetime(2015, 1, 1)
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Assets** *(list) --* 

        Assets.

        
        

        - *(dict) --* 

          Asset.

          
          

          - **AssetArn** *(string) --* 

            Amazon Resource Name (ARN) of the asset.

            
          

          - **LatestAssetDiscoveryTime** *(datetime) --* 

            Latest asset discovery time.

            
      
    
      

      - **NextToken** *(string) --* 

        Token for the next set of results.

        
  
  **Exceptions**
  
  *   :py:class:`LicenseManager.Client.exceptions.ValidationException`

  
  *   :py:class:`LicenseManager.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`LicenseManager.Client.exceptions.AuthorizationException`

  
  *   :py:class:`LicenseManager.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`LicenseManager.Client.exceptions.RateLimitExceededException`

  
  *   :py:class:`LicenseManager.Client.exceptions.ServerInternalException`

  