Class: Aws::LicenseManager::Types::DeleteLicenseManagerReportGeneratorRequest

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

Amazon Resource Name (ARN) of the report generator to be deleted.

Returns:

  • (String)


1034
1035
1036
1037
1038
# File 'lib/aws-sdk-licensemanager/types.rb', line 1034

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