Module: Aws::IoT::Client::_GetCommandExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCommandExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #command_arn ⇒ ::String
- #completed_at ⇒ ::Time
- #created_at ⇒ ::Time
- #execution_id ⇒ ::String
- #execution_timeout_seconds ⇒ ::Integer
- #last_updated_at ⇒ ::Time
- #parameters ⇒ ::Hash[::String, Types::CommandParameterValue]
- #result ⇒ ::Hash[::String, Types::CommandExecutionResult]
- #started_at ⇒ ::Time
- #status ⇒ "CREATED", ...
- #status_reason ⇒ Types::StatusReason
- #target_arn ⇒ ::String
- #time_to_live ⇒ ::Time
Instance Method Details
#command_arn ⇒ ::String
2062 |
# File 'sig/client.rbs', line 2062
def command_arn: () -> ::String
|
#completed_at ⇒ ::Time
2072 |
# File 'sig/client.rbs', line 2072
def completed_at: () -> ::Time
|
#created_at ⇒ ::Time
2069 |
# File 'sig/client.rbs', line 2069
def created_at: () -> ::Time
|
#execution_id ⇒ ::String
2061 |
# File 'sig/client.rbs', line 2061
def execution_id: () -> ::String
|
#execution_timeout_seconds ⇒ ::Integer
2068 |
# File 'sig/client.rbs', line 2068
def execution_timeout_seconds: () -> ::Integer
|
#last_updated_at ⇒ ::Time
2070 |
# File 'sig/client.rbs', line 2070
def last_updated_at: () -> ::Time
|
#parameters ⇒ ::Hash[::String, Types::CommandParameterValue]
2067 |
# File 'sig/client.rbs', line 2067
def parameters: () -> ::Hash[::String, Types::CommandParameterValue]
|
#result ⇒ ::Hash[::String, Types::CommandExecutionResult]
2066 |
# File 'sig/client.rbs', line 2066
def result: () -> ::Hash[::String, Types::CommandExecutionResult]
|
#started_at ⇒ ::Time
2071 |
# File 'sig/client.rbs', line 2071
def started_at: () -> ::Time
|
#status ⇒ "CREATED", ...
2064 |
# File 'sig/client.rbs', line 2064
def status: () -> ("CREATED" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "REJECTED" | "TIMED_OUT")
|
#status_reason ⇒ Types::StatusReason
2065 |
# File 'sig/client.rbs', line 2065
def status_reason: () -> Types::StatusReason
|
#target_arn ⇒ ::String
2063 |
# File 'sig/client.rbs', line 2063
def target_arn: () -> ::String
|
#time_to_live ⇒ ::Time
2073 |
# File 'sig/client.rbs', line 2073
def time_to_live: () -> ::Time
|