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

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


5139
5140
5141
5142
5143
5144
5145
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5139

class ListMeteredProductsRequest < Struct.new(
  :license_endpoint_id,
  :max_results,
  :next_token)
  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)


5139
5140
5141
5142
5143
5144
5145
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5139

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

#next_tokenString

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

Returns:

  • (String)


5139
5140
5141
5142
5143
5144
5145
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5139

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