Module: Aws::IoTSiteWise::Client::_DescribeExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_type ⇒ ::String
- #execution_details ⇒ ::Hash[::String, ::String]
- #execution_end_time ⇒ ::Time
- #execution_entity_version ⇒ ::String
- #execution_id ⇒ ::String
- #execution_result ⇒ ::Hash[::String, ::String]
- #execution_start_time ⇒ ::Time
- #execution_status ⇒ Types::ExecutionStatus
- #resolve_to ⇒ Types::ResolveTo
- #target_resource ⇒ Types::TargetResource
- #target_resource_version ⇒ ::String
Instance Method Details
#action_type ⇒ ::String
1280 |
# File 'sig/client.rbs', line 1280
def action_type: () -> ::String
|
#execution_details ⇒ ::Hash[::String, ::String]
1288 |
# File 'sig/client.rbs', line 1288
def execution_details: () -> ::Hash[::String, ::String]
|
#execution_end_time ⇒ ::Time
1285 |
# File 'sig/client.rbs', line 1285
def execution_end_time: () -> ::Time
|
#execution_entity_version ⇒ ::String
1289 |
# File 'sig/client.rbs', line 1289
def execution_entity_version: () -> ::String
|
#execution_id ⇒ ::String
1279 |
# File 'sig/client.rbs', line 1279
def execution_id: () -> ::String
|
#execution_result ⇒ ::Hash[::String, ::String]
1287 |
# File 'sig/client.rbs', line 1287
def execution_result: () -> ::Hash[::String, ::String]
|
#execution_start_time ⇒ ::Time
1284 |
# File 'sig/client.rbs', line 1284
def execution_start_time: () -> ::Time
|
#execution_status ⇒ Types::ExecutionStatus
1286 |
# File 'sig/client.rbs', line 1286
def execution_status: () -> Types::ExecutionStatus
|
#resolve_to ⇒ Types::ResolveTo
1283 |
# File 'sig/client.rbs', line 1283
def resolve_to: () -> Types::ResolveTo
|
#target_resource ⇒ Types::TargetResource
1281 |
# File 'sig/client.rbs', line 1281
def target_resource: () -> Types::TargetResource
|
#target_resource_version ⇒ ::String
1282 |
# File 'sig/client.rbs', line 1282
def target_resource_version: () -> ::String
|