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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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)


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_generatorsArray<Types::ReportGenerator>

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

Returns:



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