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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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 for 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:



2473
2474
2475
2476
2477
2478
2479
2480
# File '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_arnsArray<String>

Amazon Resource Names (ARN) of the license configurations.

Returns:

  • (Array<String>)


2473
2474
2475
2476
2477
2478
2479
2480
# File '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_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


2473
2474
2475
2476
2477
2478
2479
2480
# File '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_tokenString

Token for the next set of results.

Returns:

  • (String)


2473
2474
2475
2476
2477
2478
2479
2480
# File '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