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

Class: Aws::LicenseManager::Types::ListUsageForLicenseConfigurationRequest

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

Overview

Note:

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

{
  license_configuration_arn: "String", # required
  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:

  • resourceArn - The ARN of the license configuration resource. Logical operators are EQUALS | NOT_EQUALS.

  • resourceType - The resource type (EC2_INSTANCE | EC2_HOST | EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are EQUALS | NOT_EQUALS.

  • resourceAccount - The ID of the account that owns the resource. Logical operators are EQUALS | NOT_EQUALS.

Returns:

#license_configuration_arnString

Amazon Resource Name (ARN) of the license configuration.

Returns:

  • (String)

    Amazon Resource Name (ARN) of the license configuration.

#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.