Class: Aws::Deadline::Types::ListFleetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ListFleetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display names of a list of fleets.
-
#farm_id ⇒ String
The farm ID of the fleets.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
-
#principal_id ⇒ String
The principal ID of the members to include in the fleet.
-
#status ⇒ String
The status of the fleet.
Instance Attribute Details
#display_name ⇒ String
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.
5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 |
# File 'lib/aws-sdk-deadline/types.rb', line 5126 class ListFleetsRequest < Struct.new( :farm_id, :principal_id, :display_name, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the fleets.
5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 |
# File 'lib/aws-sdk-deadline/types.rb', line 5126 class ListFleetsRequest < Struct.new( :farm_id, :principal_id, :display_name, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return. Use this parameter with ‘NextToken` to get results as a set of sequential pages.
5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 |
# File 'lib/aws-sdk-deadline/types.rb', line 5126 class ListFleetsRequest < Struct.new( :farm_id, :principal_id, :display_name, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 |
# File 'lib/aws-sdk-deadline/types.rb', line 5126 class ListFleetsRequest < Struct.new( :farm_id, :principal_id, :display_name, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID of the members to include in the fleet.
5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 |
# File 'lib/aws-sdk-deadline/types.rb', line 5126 class ListFleetsRequest < Struct.new( :farm_id, :principal_id, :display_name, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the fleet.
5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 |
# File 'lib/aws-sdk-deadline/types.rb', line 5126 class ListFleetsRequest < Struct.new( :farm_id, :principal_id, :display_name, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |