Class: Aws::LicenseManager::Types::ListLicenseManagerReportGeneratorsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


3280
3281
3282
3283
3284
3285
# File 'lib/aws-sdk-licensemanager/types.rb', line 3280

class ListLicenseManagerReportGeneratorsResponse < Struct.new(
  :report_generators,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#report_generatorsArray<Types::ReportGenerator>

A report generator that creates periodic reports about your license configurations.

Returns:



3280
3281
3282
3283
3284
3285
# File 'lib/aws-sdk-licensemanager/types.rb', line 3280

class ListLicenseManagerReportGeneratorsResponse < Struct.new(
  :report_generators,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end