Class: Aws::Deadline::Types::CreateWorkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateWorkerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#farm_id ⇒ String
The farm ID of the farm to connect to the worker.
-
#fleet_id ⇒ String
The fleet ID to connect to the worker.
-
#host_properties ⇒ Types::HostPropertiesRequest
The IP address and host name of the worker.
Instance Attribute Details
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1592 1593 1594 1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-deadline/types.rb', line 1592 class CreateWorkerRequest < Struct.new( :farm_id, :fleet_id, :host_properties, :client_token) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the farm to connect to the worker.
1592 1593 1594 1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-deadline/types.rb', line 1592 class CreateWorkerRequest < Struct.new( :farm_id, :fleet_id, :host_properties, :client_token) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID to connect to the worker.
1592 1593 1594 1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-deadline/types.rb', line 1592 class CreateWorkerRequest < Struct.new( :farm_id, :fleet_id, :host_properties, :client_token) SENSITIVE = [] include Aws::Structure end |
#host_properties ⇒ Types::HostPropertiesRequest
The IP address and host name of the worker.
1592 1593 1594 1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-deadline/types.rb', line 1592 class CreateWorkerRequest < Struct.new( :farm_id, :fleet_id, :host_properties, :client_token) SENSITIVE = [] include Aws::Structure end |