Class: Aws::Deadline::Types::ListMeteredProductsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_endpoint_idString

The license endpoint ID to include on the list of metered products.

Returns:

  • (String)


5389
5390
5391
5392
5393
5394
5395
# File 'lib/aws-sdk-deadline/types.rb', line 5389

class ListMeteredProductsRequest < Struct.new(
  :license_endpoint_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return. Use this parameter with ‘NextToken` to get results as a set of sequential pages.

Returns:

  • (Integer)


5389
5390
5391
5392
5393
5394
5395
# File 'lib/aws-sdk-deadline/types.rb', line 5389

class ListMeteredProductsRequest < Struct.new(
  :license_endpoint_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or ‘null` to start from the beginning.

Returns:

  • (String)


5389
5390
5391
5392
5393
5394
5395
# File 'lib/aws-sdk-deadline/types.rb', line 5389

class ListMeteredProductsRequest < Struct.new(
  :license_endpoint_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end