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
890 |
# File 'sig/client.rbs', line 890
def action_type: () -> ::String
|
#execution_details ⇒ ::Hash[::String, ::String]
898 |
# File 'sig/client.rbs', line 898
def execution_details: () -> ::Hash[::String, ::String]
|
#execution_end_time ⇒ ::Time
895 |
# File 'sig/client.rbs', line 895
def execution_end_time: () -> ::Time
|
#execution_entity_version ⇒ ::String
899 |
# File 'sig/client.rbs', line 899
def execution_entity_version: () -> ::String
|
#execution_id ⇒ ::String
889 |
# File 'sig/client.rbs', line 889
def execution_id: () -> ::String
|
#execution_result ⇒ ::Hash[::String, ::String]
897 |
# File 'sig/client.rbs', line 897
def execution_result: () -> ::Hash[::String, ::String]
|
#execution_start_time ⇒ ::Time
894 |
# File 'sig/client.rbs', line 894
def execution_start_time: () -> ::Time
|
#execution_status ⇒ Types::ExecutionStatus
896 |
# File 'sig/client.rbs', line 896
def execution_status: () -> Types::ExecutionStatus
|
#resolve_to ⇒ Types::ResolveTo
893 |
# File 'sig/client.rbs', line 893
def resolve_to: () -> Types::ResolveTo
|
#target_resource ⇒ Types::TargetResource
891 |
# File 'sig/client.rbs', line 891
def target_resource: () -> Types::TargetResource
|
#target_resource_version ⇒ ::String
892 |
# File 'sig/client.rbs', line 892
def target_resource_version: () -> ::String
|