Class: Aws::LicenseManager::Types::ListLicenseManagerReportGeneratorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseManagerReportGeneratorsResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token for the next set of results.
-
#report_generators ⇒ Array<Types::ReportGenerator>
A report generator that creates periodic reports about your license configurations.
Instance Attribute Details
#next_token ⇒ String
Token for the next set of results.
2576 2577 2578 2579 2580 2581 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2576 class ListLicenseManagerReportGeneratorsResponse < Struct.new( :report_generators, :next_token) SENSITIVE = [] include Aws::Structure end |
#report_generators ⇒ Array<Types::ReportGenerator>
A report generator that creates periodic reports about your license configurations.
2576 2577 2578 2579 2580 2581 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2576 class ListLicenseManagerReportGeneratorsResponse < Struct.new( :report_generators, :next_token) SENSITIVE = [] include Aws::Structure end |