Class: Aws::LicenseManager::Types::ReportContext
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LicenseManager::Types::ReportContext
 
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Details of the license configuration that this generator reports on.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #license_configuration_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Amazon Resource Name (ARN) of the license configuration that this generator reports on. 
Instance Attribute Details
#license_configuration_arns ⇒ Array<String>
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
| 3460 3461 3462 3463 3464 | # File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3460 class ReportContext < Struct.new( :license_configuration_arns) SENSITIVE = [] include Aws::Structure end |