Class: Aws::Types::GetTaskInstanceResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_number::Integer

Returns the value of attribute attempt_number.

Returns:

  • (::Integer)


104
105
106
# File 'sig/types.rbs', line 104

def attempt_number
  @attempt_number
end

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


99
100
101
# File 'sig/types.rbs', line 99

def duration_in_seconds
  @duration_in_seconds
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


102
103
104
# File 'sig/types.rbs', line 102

def ended_at
  @ended_at
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def error_message
  @error_message
end

#log_stream::String

Returns the value of attribute log_stream.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def log_stream
  @log_stream
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


101
102
103
# File 'sig/types.rbs', line 101

def modified_at
  @modified_at
end

#operator_name::String

Returns the value of attribute operator_name.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def operator_name
  @operator_name
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def run_id
  @run_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


103
104
105
# File 'sig/types.rbs', line 103

def started_at
  @started_at
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

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


98
99
100
# File 'sig/types.rbs', line 98

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def task_id
  @task_id
end

#task_instance_id::String

Returns the value of attribute task_instance_id.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def task_instance_id
  @task_instance_id
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def workflow_version
  @workflow_version
end

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

Returns the value of attribute xcom.

Returns:

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


108
109
110
# File 'sig/types.rbs', line 108

def xcom
  @xcom
end