Class: Aws::LicenseManager::Types::CreateLicenseManagerReportGeneratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseManagerReportGeneratorResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_manager_report_generator_arn ⇒ String
The Amazon Resource Name (ARN) of the new report generator.
Instance Attribute Details
#license_manager_report_generator_arn ⇒ String
The Amazon Resource Name (ARN) of the new report generator.
684 685 686 687 688 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 684 class CreateLicenseManagerReportGeneratorResponse < Struct.new( :license_manager_report_generator_arn) SENSITIVE = [] include Aws::Structure end |