Module: Aws::Deadline::Client::_GetSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ended_at ⇒ ::Time
- #fleet_id ⇒ ::String
- #host_properties ⇒ Types::HostPropertiesResponse
- #lifecycle_status ⇒ "STARTED", ...
- #log ⇒ Types::LogConfiguration
- #session_id ⇒ ::String
- #started_at ⇒ ::Time
- #target_lifecycle_status ⇒ "ENDED"
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
- #worker_id ⇒ ::String
- #worker_log ⇒ Types::LogConfiguration
Instance Method Details
#ended_at ⇒ ::Time
1106 |
# File 'sig/client.rbs', line 1106
def ended_at: () -> ::Time
|
#fleet_id ⇒ ::String
1102 |
# File 'sig/client.rbs', line 1102
def fleet_id: () -> ::String
|
#host_properties ⇒ Types::HostPropertiesResponse
1111 |
# File 'sig/client.rbs', line 1111
def host_properties: () -> Types::HostPropertiesResponse
|
#lifecycle_status ⇒ "STARTED", ...
1105 |
# File 'sig/client.rbs', line 1105
def lifecycle_status: () -> ("STARTED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCEEDED" | "UPDATE_FAILED" | "ENDED")
|
#log ⇒ Types::LogConfiguration
1110 |
# File 'sig/client.rbs', line 1110
def log: () -> Types::LogConfiguration
|
#session_id ⇒ ::String
1101 |
# File 'sig/client.rbs', line 1101
def session_id: () -> ::String
|
#started_at ⇒ ::Time
1104 |
# File 'sig/client.rbs', line 1104
def started_at: () -> ::Time
|
#target_lifecycle_status ⇒ "ENDED"
1107 |
# File 'sig/client.rbs', line 1107
def target_lifecycle_status: () -> ("ENDED")
|
#updated_at ⇒ ::Time
1108 |
# File 'sig/client.rbs', line 1108
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1109 |
# File 'sig/client.rbs', line 1109
def updated_by: () -> ::String
|
#worker_id ⇒ ::String
1103 |
# File 'sig/client.rbs', line 1103
def worker_id: () -> ::String
|
#worker_log ⇒ Types::LogConfiguration
1112 |
# File 'sig/client.rbs', line 1112
def worker_log: () -> Types::LogConfiguration
|