Class: Aws::Types::UpdateWorkerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ Types::WorkerCapabilities
Returns the value of attribute capabilities.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#host_properties ⇒ Types::HostPropertiesRequest
Returns the value of attribute host_properties.
-
#status ⇒ "STARTED", ...
Returns the value of attribute status.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#capabilities ⇒ Types::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.
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.
3357 3358 3359 |
# File 'sig/types.rbs', line 3357 def fleet_id @fleet_id end |
#host_properties ⇒ Types::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.
3359 3360 3361 |
# File 'sig/types.rbs', line 3359 def status @status end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
3358 3359 3360 |
# File 'sig/types.rbs', line 3358 def worker_id @worker_id end |