Class: Aws::Deadline::Types::ListFleetsRequest

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

#display_nameString

The display names of a list of fleets.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-deadline/types.rb', line 5077

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

#farm_idString

The farm ID of the fleets.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-deadline/types.rb', line 5077

class ListFleetsRequest < Struct.new(
  :farm_id,
  :principal_id,
  :display_name,
  :status,
  :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)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-deadline/types.rb', line 5077

class ListFleetsRequest < Struct.new(
  :farm_id,
  :principal_id,
  :display_name,
  :status,
  :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)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-deadline/types.rb', line 5077

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

#principal_idString

The principal ID of the members to include in the fleet.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-deadline/types.rb', line 5077

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

#statusString

The status of the fleet.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-deadline/types.rb', line 5077

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