Class: Aws::LicenseManager::Types::GetLicenseManagerReportGeneratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseManagerReportGeneratorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_generator ⇒ Types::ReportGenerator
A report generator that creates periodic reports about your license configurations.
Instance Attribute Details
#report_generator ⇒ Types::ReportGenerator
A report generator that creates periodic reports about your license configurations.
1533 1534 1535 1536 1537 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1533 class GetLicenseManagerReportGeneratorResponse < Struct.new( :report_generator) SENSITIVE = [] include Aws::Structure end |