Class: Aws::LicenseManager::Types::UpdateLicenseManagerReportGeneratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::UpdateLicenseManagerReportGeneratorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
Description of the report generator.
-
#license_manager_report_generator_arn ⇒ String
Amazon Resource Name (ARN) of the report generator to update.
-
#report_context ⇒ Types::ReportContext
The report context.
-
#report_frequency ⇒ Types::ReportFrequency
Frequency by which reports are generated.
-
#report_generator_name ⇒ String
Name of the report generator.
-
#type ⇒ Array<String>
Type of reports to generate.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
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 |
#description ⇒ String
Description of the report generator.
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_arn ⇒ String
Amazon Resource Name (ARN) of the report generator to update.
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_context ⇒ Types::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_frequency ⇒ Types::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_name ⇒ String
Name of the report generator.
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 |
#type ⇒ Array<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.
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 |