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.
3066 3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3066 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.
3066 3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3066 class ListLicenseManagerReportGeneratorsResponse < Struct.new( :report_generators, :next_token) SENSITIVE = [] include Aws::Structure end |