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)


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

def command_arn: () -> ::String

#completed_at::Time

Returns:

  • (::Time)


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

def completed_at: () -> ::Time

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#execution_id::String

Returns:

  • (::String)


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

def execution_id: () -> ::String

#execution_timeout_seconds::Integer

Returns:

  • (::Integer)


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

def execution_timeout_seconds: () -> ::Integer

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

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

Returns:



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

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

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

Returns:



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

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

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status"CREATED", ...

Returns:

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


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

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

#status_reasonTypes::StatusReason

Returns:



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

def status_reason: () -> Types::StatusReason

#target_arn::String

Returns:

  • (::String)


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

def target_arn: () -> ::String

#time_to_live::Time

Returns:

  • (::Time)


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

def time_to_live: () -> ::Time