class Aws::LicenseManager::Types::ListUsageForLicenseConfigurationRequest

@note When making an API call, you may pass ListUsageForLicenseConfigurationRequest

data as a hash:

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

@!attribute [rw] license_configuration_arn

Amazon Resource Name (ARN) of the license configuration.
@return [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:

* `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`.
@return [Array<Types::Filter>]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListUsageForLicenseConfigurationRequest AWS API Documentation

Constants

SENSITIVE