Class: Aws::LicenseManager::Types::GetLicenseManagerReportGeneratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseManagerReportGeneratorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_manager_report_generator_arn ⇒ String
Amazon Resource Name (ARN) of the report generator.
Instance Attribute Details
#license_manager_report_generator_arn ⇒ String
Amazon Resource Name (ARN) of the report generator.
1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1520 class GetLicenseManagerReportGeneratorRequest < Struct.new( :license_manager_report_generator_arn) SENSITIVE = [] include Aws::Structure end |