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

***********************
get_license_asset_group
***********************



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

  

  Gets a license asset group.

  

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


  **Request Syntax**
  ::

    response = client.get_license_asset_group(
        LicenseAssetGroupArn='string'
    )
    
  :type LicenseAssetGroupArn: string
  :param LicenseAssetGroupArn: **[REQUIRED]** 

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

    

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

    
    ::

      {
          'LicenseAssetGroup': {
              'Name': 'string',
              'Description': 'string',
              'LicenseAssetGroupConfigurations': [
                  {
                      'UsageDimension': 'string'
                  },
              ],
              'AssociatedLicenseAssetRulesetARNs': [
                  'string',
              ],
              'Properties': [
                  {
                      'Key': 'string',
                      'Value': 'string'
                  },
              ],
              'LicenseAssetGroupArn': 'string',
              'Status': 'ACTIVE'|'DISABLED'|'DELETED',
              'StatusMessage': 'string',
              'LatestUsageAnalysisTime': datetime(2015, 1, 1),
              'LatestResourceDiscoveryTime': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **LicenseAssetGroup** *(dict) --* 

        License asset group.

        
        

        - **Name** *(string) --* 

          License asset group name.

          
        

        - **Description** *(string) --* 

          License asset group description.

          
        

        - **LicenseAssetGroupConfigurations** *(list) --* 

          License asset group configurations.

          
          

          - *(dict) --* 

            License asset group configuration.

            
            

            - **UsageDimension** *(string) --* 

              License Asset Group Configuration Usage dimension.

              
        
      
        

        - **AssociatedLicenseAssetRulesetARNs** *(list) --* 

          ARNs of associated license asset rulesets.

          
          

          - *(string) --* 
      
        

        - **Properties** *(list) --* 

          License asset group properties.

          
          

          - *(dict) --* 

            License asset group property.

            
            

            - **Key** *(string) --* 

              Property key.

              
            

            - **Value** *(string) --* 

              Property value.

              
        
      
        

        - **LicenseAssetGroupArn** *(string) --* 

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

          
        

        - **Status** *(string) --* 

          License asset group status.

          
        

        - **StatusMessage** *(string) --* 

          License asset group status message.

          
        

        - **LatestUsageAnalysisTime** *(datetime) --* 

          Latest usage analysis time.

          
        

        - **LatestResourceDiscoveryTime** *(datetime) --* 

          Latest resource discovery time.

          
    
  
  **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`

  