Class: Aws::LicenseManager::Types::ListUsageForLicenseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListUsageForLicenseConfigurationRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
Filters to scope the results.
-
#license_configuration_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
-
#max_results ⇒ Integer
Maximum number of results to return in a single call.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
Filters to scope the results. The following filters and logical operators are supported:
resourceArn- The ARN of the license configuration resource.resourceType- The resource type (EC2_INSTANCE|EC2_HOST|EC2_AMI|SYSTEMS_MANAGER_MANAGED_INSTANCE).resourceAccount- The ID of the account that owns the resource.
3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3776 class ListUsageForLicenseConfigurationRequest < Struct.new( :license_configuration_arn, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#license_configuration_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3776 class ListUsageForLicenseConfigurationRequest < Struct.new( :license_configuration_arn, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return in a single call.
3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3776 class ListUsageForLicenseConfigurationRequest < Struct.new( :license_configuration_arn, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
3776 3777 3778 3779 3780 3781 3782 3783 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3776 class ListUsageForLicenseConfigurationRequest < Struct.new( :license_configuration_arn, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |