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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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:

  • resourceArn - The ARN of the license configuration resource.

  • resourceType - The resource type (EC2_INSTANCE | EC2_HOST | EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE).

  • resourceAccount - The ID of the account that owns the resource.

Returns:



3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3776

class ListUsageForLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#license_configuration_arnString

Amazon Resource Name (ARN) of the license configuration.

Returns:

  • (String)


3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3776

class ListUsageForLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3776

class ListUsageForLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3776

class ListUsageForLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end