Class: Aws::LicenseManager::Types::ReportContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ReportContext
- Includes:
- Structure
- Defined in:
- 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.
3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3421 class ReportContext < Struct.new( :license_configuration_arns) SENSITIVE = [] include Aws::Structure end |