Class: Aws::LicenseManager::Types::CreateLicenseManagerReportGeneratorResponse

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

#license_manager_report_generator_arnString

The Amazon Resource Name (ARN) of the new report generator.

Returns:

  • (String)


704
705
706
707
708
# File 'lib/aws-sdk-licensemanager/types.rb', line 704

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