Class: Aws::Deadline::Types::CreateWorkerRequest

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

#client_tokenString

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.

Returns:

  • (String)


1486
1487
1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1486

class CreateWorkerRequest < Struct.new(
  :client_token,
  :farm_id,
  :fleet_id,
  :host_properties)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

The farm ID of the farm to connect to the worker.

Returns:

  • (String)


1486
1487
1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1486

class CreateWorkerRequest < Struct.new(
  :client_token,
  :farm_id,
  :fleet_id,
  :host_properties)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID to connect to the worker.

Returns:

  • (String)


1486
1487
1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1486

class CreateWorkerRequest < Struct.new(
  :client_token,
  :farm_id,
  :fleet_id,
  :host_properties)
  SENSITIVE = []
  include Aws::Structure
end

#host_propertiesTypes::HostPropertiesRequest

The IP address and host name of the worker.



1486
1487
1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1486

class CreateWorkerRequest < Struct.new(
  :client_token,
  :farm_id,
  :fleet_id,
  :host_properties)
  SENSITIVE = []
  include Aws::Structure
end