Class: Aws::LicenseManager::Types::UpdateLicenseManagerReportGeneratorRequest

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

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)


3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
# File 'lib/aws-sdk-licensemanager/types.rb', line 3835

class UpdateLicenseManagerReportGeneratorRequest < Struct.new(
  :license_manager_report_generator_arn,
  :report_generator_name,
  :type,
  :report_context,
  :report_frequency,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the report generator.

Returns:

  • (String)


3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
# File 'lib/aws-sdk-licensemanager/types.rb', line 3835

class UpdateLicenseManagerReportGeneratorRequest < Struct.new(
  :license_manager_report_generator_arn,
  :report_generator_name,
  :type,
  :report_context,
  :report_frequency,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#license_manager_report_generator_arnString

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

Returns:

  • (String)


3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
# File 'lib/aws-sdk-licensemanager/types.rb', line 3835

class UpdateLicenseManagerReportGeneratorRequest < Struct.new(
  :license_manager_report_generator_arn,
  :report_generator_name,
  :type,
  :report_context,
  :report_frequency,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#report_contextTypes::ReportContext

The report context.



3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
# File 'lib/aws-sdk-licensemanager/types.rb', line 3835

class UpdateLicenseManagerReportGeneratorRequest < Struct.new(
  :license_manager_report_generator_arn,
  :report_generator_name,
  :type,
  :report_context,
  :report_frequency,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#report_frequencyTypes::ReportFrequency

Frequency by which reports are generated.



3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
# File 'lib/aws-sdk-licensemanager/types.rb', line 3835

class UpdateLicenseManagerReportGeneratorRequest < Struct.new(
  :license_manager_report_generator_arn,
  :report_generator_name,
  :type,
  :report_context,
  :report_frequency,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#report_generator_nameString

Name of the report generator.

Returns:

  • (String)


3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
# File 'lib/aws-sdk-licensemanager/types.rb', line 3835

class UpdateLicenseManagerReportGeneratorRequest < Struct.new(
  :license_manager_report_generator_arn,
  :report_generator_name,
  :type,
  :report_context,
  :report_frequency,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#typeArray<String>

Type of reports to generate. The following report types are supported:

  • License configuration report - Reports the number and details of consumed licenses for a license configuration.

  • Resource report - Reports the tracked licenses and resource consumption for a license configuration.

Returns:

  • (Array<String>)


3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
# File 'lib/aws-sdk-licensemanager/types.rb', line 3835

class UpdateLicenseManagerReportGeneratorRequest < Struct.new(
  :license_manager_report_generator_arn,
  :report_generator_name,
  :type,
  :report_context,
  :report_frequency,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end