Module: Aws::IoT::Client::_GetCommandExecutionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetCommandExecutionResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#command_arn::String

Returns:

  • (::String)


2069
# File 'sig/client.rbs', line 2069

def command_arn: () -> ::String

#completed_at::Time

Returns:

  • (::Time)


2079
# File 'sig/client.rbs', line 2079

def completed_at: () -> ::Time

#created_at::Time

Returns:

  • (::Time)


2076
# File 'sig/client.rbs', line 2076

def created_at: () -> ::Time

#execution_id::String

Returns:

  • (::String)


2068
# File 'sig/client.rbs', line 2068

def execution_id: () -> ::String

#execution_timeout_seconds::Integer

Returns:

  • (::Integer)


2075
# File 'sig/client.rbs', line 2075

def execution_timeout_seconds: () -> ::Integer

#last_updated_at::Time

Returns:

  • (::Time)


2077
# File 'sig/client.rbs', line 2077

def last_updated_at: () -> ::Time

#parameters::Hash[::String, Types::CommandParameterValue]

Returns:



2074
# File 'sig/client.rbs', line 2074

def parameters: () -> ::Hash[::String, Types::CommandParameterValue]

#result::Hash[::String, Types::CommandExecutionResult]

Returns:



2073
# File 'sig/client.rbs', line 2073

def result: () -> ::Hash[::String, Types::CommandExecutionResult]

#started_at::Time

Returns:

  • (::Time)


2078
# File 'sig/client.rbs', line 2078

def started_at: () -> ::Time

#status"CREATED", ...

Returns:

  • ("CREATED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "REJECTED", "TIMED_OUT")


2071
# File 'sig/client.rbs', line 2071

def status: () -> ("CREATED" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "REJECTED" | "TIMED_OUT")

#status_reasonTypes::StatusReason

Returns:



2072
# File 'sig/client.rbs', line 2072

def status_reason: () -> Types::StatusReason

#target_arn::String

Returns:

  • (::String)


2070
# File 'sig/client.rbs', line 2070

def target_arn: () -> ::String

#time_to_live::Time

Returns:

  • (::Time)


2080
# File 'sig/client.rbs', line 2080

def time_to_live: () -> ::Time