Module: Aws::MWAAServerless::Client::_GetTaskInstanceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#attempt_number::Integer

Returns:

  • (::Integer)


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

def attempt_number: () -> ::Integer

#duration_in_seconds::Integer

Returns:

  • (::Integer)


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

def duration_in_seconds: () -> ::Integer

#ended_at::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#error_message::String

Returns:

  • (::String)


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

def error_message: () -> ::String

#log_stream::String

Returns:

  • (::String)


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

def log_stream: () -> ::String

#modified_at::Time

Returns:

  • (::Time)


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

def modified_at: () -> ::Time

#operator_name::String

Returns:

  • (::String)


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

def operator_name: () -> ::String

#run_id::String

Returns:

  • (::String)


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

def run_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status"QUEUED", ...

Returns:

  • ("QUEUED", "FAILED", "SCHEDULED", "RUNNING", "SUCCESS", "UP_FOR_RESCHEDULE", "UP_FOR_RETRY", "UPSTREAM_FAILED", "REMOVED", "RESTARTING", "DEFERRED", "NONE", "CANCELLED", "TIMEOUT")


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

def status: () -> ("QUEUED" | "FAILED" | "SCHEDULED" | "RUNNING" | "SUCCESS" | "UP_FOR_RESCHEDULE" | "UP_FOR_RETRY" | "UPSTREAM_FAILED" | "REMOVED" | "RESTARTING" | "DEFERRED" | "NONE" | "CANCELLED" | "TIMEOUT")

#task_id::String

Returns:

  • (::String)


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

def task_id: () -> ::String

#task_instance_id::String

Returns:

  • (::String)


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

def task_instance_id: () -> ::String

#workflow_arn::String

Returns:

  • (::String)


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

def workflow_arn: () -> ::String

#workflow_version::String

Returns:

  • (::String)


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

def workflow_version: () -> ::String

#xcom::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


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

def xcom: () -> ::Hash[::String, ::String]