Class: Aws::LicenseManager::Types::ListLicenseConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseConfigurationsRequest
- 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_arns ⇒ Array<String>
Amazon Resource Names (ARN) of the license configurations.
-
#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:
licenseCountingType
- The dimension for which licenses are counted. Possible values arevCPU
|Instance
|Core
|Socket
. Logical operators areEQUALS
|NOT_EQUALS
.enforceLicenseCount
- A Boolean value that indicates whether hard license enforcement is used. Logical operators areEQUALS
|NOT_EQUALS
.usagelimitExceeded
- A Boolean value that indicates whether the available licenses have been exceeded. Logical operators areEQUALS
|NOT_EQUALS
.
2473 2474 2475 2476 2477 2478 2479 2480 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2473 class ListLicenseConfigurationsRequest < Struct.new( :license_configuration_arns, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#license_configuration_arns ⇒ Array<String>
Amazon Resource Names (ARN) of the license configurations.
2473 2474 2475 2476 2477 2478 2479 2480 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2473 class ListLicenseConfigurationsRequest < Struct.new( :license_configuration_arns, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return in a single call.
2473 2474 2475 2476 2477 2478 2479 2480 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2473 class ListLicenseConfigurationsRequest < Struct.new( :license_configuration_arns, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2473 2474 2475 2476 2477 2478 2479 2480 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2473 class ListLicenseConfigurationsRequest < Struct.new( :license_configuration_arns, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |