Class: Aws::LicenseManager::Types::GetLicenseManagerReportGeneratorResponse

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

#report_generatorTypes::ReportGenerator

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



1533
1534
1535
1536
1537
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1533

class GetLicenseManagerReportGeneratorResponse < Struct.new(
  :report_generator)
  SENSITIVE = []
  include Aws::Structure
end