Class: Aws::LicenseManager::Types::CreateLicenseManagerReportGeneratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseManagerReportGeneratorRequest
- 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.
-
#report_context ⇒ Types::ReportContext
Defines the type of license configuration the report generator tracks.
-
#report_frequency ⇒ Types::ReportFrequency
Frequency by which reports are generated.
-
#report_generator_name ⇒ String
Name of the report generator.
-
#tags ⇒ Array<Types::Tag>
Tags to add to 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.
686 687 688 689 690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 686 class CreateLicenseManagerReportGeneratorRequest < Struct.new( :report_generator_name, :type, :report_context, :report_frequency, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the report generator.
686 687 688 689 690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 686 class CreateLicenseManagerReportGeneratorRequest < Struct.new( :report_generator_name, :type, :report_context, :report_frequency, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#report_context ⇒ Types::ReportContext
Defines the type of license configuration the report generator tracks.
686 687 688 689 690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 686 class CreateLicenseManagerReportGeneratorRequest < Struct.new( :report_generator_name, :type, :report_context, :report_frequency, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#report_frequency ⇒ Types::ReportFrequency
Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.
686 687 688 689 690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 686 class CreateLicenseManagerReportGeneratorRequest < Struct.new( :report_generator_name, :type, :report_context, :report_frequency, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#report_generator_name ⇒ String
Name of the report generator.
686 687 688 689 690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 686 class CreateLicenseManagerReportGeneratorRequest < Struct.new( :report_generator_name, :type, :report_context, :report_frequency, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags to add to the report generator.
686 687 688 689 690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 686 class CreateLicenseManagerReportGeneratorRequest < Struct.new( :report_generator_name, :type, :report_context, :report_frequency, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#type ⇒ Array<String>
Type of reports to generate. The following report types an be generated:
-
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.
686 687 688 689 690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 686 class CreateLicenseManagerReportGeneratorRequest < Struct.new( :report_generator_name, :type, :report_context, :report_frequency, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |