Class: Aws::Deadline::Types::ListFarmsRequest

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

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


4822
4823
4824
4825
4826
4827
4828
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4822

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

#next_tokenString

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

Returns:

  • (String)


4822
4823
4824
4825
4826
4827
4828
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4822

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

#principal_idString

The principal ID of the member to list on the farm.

Returns:

  • (String)


4822
4823
4824
4825
4826
4827
4828
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4822

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