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)


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

def attempt_number: () -> ::Integer

#duration_in_seconds::Integer

Returns:

  • (::Integer)


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

def duration_in_seconds: () -> ::Integer

#ended_at::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#error_message::String

Returns:

  • (::String)


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

def error_message: () -> ::String

#log_stream::String

Returns:

  • (::String)


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

def log_stream: () -> ::String

#modified_at::Time

Returns:

  • (::Time)


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

def modified_at: () -> ::Time

#operator_name::String

Returns:

  • (::String)


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

def operator_name: () -> ::String

#run_id::String

Returns:

  • (::String)


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

def run_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


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

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")


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

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)


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

def task_id: () -> ::String

#task_instance_id::String

Returns:

  • (::String)


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

def task_instance_id: () -> ::String

#workflow_arn::String

Returns:

  • (::String)


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

def workflow_arn: () -> ::String

#workflow_version::String

Returns:

  • (::String)


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

def workflow_version: () -> ::String

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

Returns:

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


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

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