Class: Aws::Types::UpdateWorkerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesTypes::WorkerCapabilities

Returns the value of attribute capabilities.



3360
3361
3362
# File 'sig/types.rbs', line 3360

def capabilities
  @capabilities
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3356
3357
3358
# File 'sig/types.rbs', line 3356

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


3357
3358
3359
# File 'sig/types.rbs', line 3357

def fleet_id
  @fleet_id
end

#host_propertiesTypes::HostPropertiesRequest

Returns the value of attribute host_properties.



3361
3362
3363
# File 'sig/types.rbs', line 3361

def host_properties
  @host_properties
end

#status"STARTED", ...

Returns the value of attribute status.

Returns:

  • ("STARTED", "STOPPING", "STOPPED")


3359
3360
3361
# File 'sig/types.rbs', line 3359

def status
  @status
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


3358
3359
3360
# File 'sig/types.rbs', line 3358

def worker_id
  @worker_id
end