Module: Aws::Deadline::Client::_GetWorkerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #farm_id ⇒ ::String
- #fleet_id ⇒ ::String
- #host_properties ⇒ Types::HostPropertiesResponse
- #log ⇒ Types::LogConfiguration
- #status ⇒ "CREATED", ...
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
- #worker_id ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
1284 |
# File 'sig/client.rbs', line 1284
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1285 |
# File 'sig/client.rbs', line 1285
def created_by: () -> ::String
|
#farm_id ⇒ ::String
1278 |
# File 'sig/client.rbs', line 1278
def farm_id: () -> ::String
|
#fleet_id ⇒ ::String
1279 |
# File 'sig/client.rbs', line 1279
def fleet_id: () -> ::String
|
#host_properties ⇒ Types::HostPropertiesResponse
1281 |
# File 'sig/client.rbs', line 1281
def host_properties: () -> Types::HostPropertiesResponse
|
#log ⇒ Types::LogConfiguration
1283 |
# File 'sig/client.rbs', line 1283
def log: () -> Types::LogConfiguration
|
#status ⇒ "CREATED", ...
1282 |
# File 'sig/client.rbs', line 1282
def status: () -> ("CREATED" | "STARTED" | "STOPPING" | "STOPPED" | "NOT_RESPONDING" | "NOT_COMPATIBLE" | "RUNNING" | "IDLE")
|
#updated_at ⇒ ::Time
1286 |
# File 'sig/client.rbs', line 1286
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1287 |
# File 'sig/client.rbs', line 1287
def updated_by: () -> ::String
|
#worker_id ⇒ ::String
1280 |
# File 'sig/client.rbs', line 1280
def worker_id: () -> ::String
|