class Aws::LicenseManager::Types::ListLicenseConfigurationsRequest
@note When making an API call, you may pass ListLicenseConfigurationsRequest
data as a hash: { license_configuration_arns: ["String"], max_results: 1, next_token: "String", filters: [ { name: "FilterName", values: ["FilterValue"], }, ], }
@!attribute [rw] license_configuration_arns
Amazon Resource Names (ARN) of the license configurations. @return [Array<String>]
@!attribute [rw] max_results
Maximum number of results to return in a single call. @return [Integer]
@!attribute [rw] next_token
Token for the next set of results. @return [String]
@!attribute [rw] filters
Filters to scope the results. The following filters and logical operators are supported: * `licenseCountingType` - The dimension on which licenses are counted. Possible values are `vCPU` \| `Instance` \| `Core` \| `Socket`. Logical operators are `EQUALS` \| `NOT_EQUALS`. * `enforceLicenseCount` - A Boolean value that indicates whether hard license enforcement is used. Logical operators are `EQUALS` \| `NOT_EQUALS`. * `usagelimitExceeded` - A Boolean value that indicates whether the available licenses have been exceeded. Logical operators are `EQUALS` \| `NOT_EQUALS`. @return [Array<Types::Filter>]
@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListLicenseConfigurationsRequest AWS API Documentation
Constants
- SENSITIVE