You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LicenseManager::Types::ListLicenseConfigurationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListLicenseConfigurationsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  license_configuration_arns: ["String"],
  max_results: 1,
  next_token: "String",
  filters: [
    {
      name: "FilterName",
      values: ["FilterValue"],
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

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.

Returns:

#license_configuration_arnsArray<String>

Amazon Resource Names (ARN) of the license configurations.

Returns:

  • (Array<String>)

    Amazon Resource Names (ARN) of the license configurations.

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)

    Maximum number of results to return in a single call.

#next_tokenString

Token for the next set of results.

Returns:

  • (String)

    Token for the next set of results.