Class: Aws::Types::DescribeExecutionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input, :output, :error, :cause, :redrive_status_reason])

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def error
  @error
end

#execution_arn::String

Returns the value of attribute execution_arn.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def execution_arn
  @execution_arn
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def input
  @input
end

#input_detailsTypes::CloudWatchEventsExecutionDataDetails

Returns the value of attribute input_details.



208
209
210
# File 'sig/types.rbs', line 208

def input_details
  @input_details
end

#map_run_arn::String

Returns the value of attribute map_run_arn.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def map_run_arn
  @map_run_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def name
  @name
end

#output::String

Returns the value of attribute output.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def output
  @output
end

#output_detailsTypes::CloudWatchEventsExecutionDataDetails

Returns the value of attribute output_details.



210
211
212
# File 'sig/types.rbs', line 210

def output_details
  @output_details
end

#redrive_count::Integer

Returns the value of attribute redrive_count.

Returns:

  • (::Integer)


217
218
219
# File 'sig/types.rbs', line 217

def redrive_count
  @redrive_count
end

#redrive_date::Time

Returns the value of attribute redrive_date.

Returns:

  • (::Time)


218
219
220
# File 'sig/types.rbs', line 218

def redrive_date
  @redrive_date
end

#redrive_status"REDRIVABLE", ...

Returns the value of attribute redrive_status.

Returns:

  • ("REDRIVABLE", "NOT_REDRIVABLE", "REDRIVABLE_BY_MAP_RUN")


219
220
221
# File 'sig/types.rbs', line 219

def redrive_status
  @redrive_status
end

#redrive_status_reason::String

Returns the value of attribute redrive_status_reason.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def redrive_status_reason
  @redrive_status_reason
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


205
206
207
# File 'sig/types.rbs', line 205

def start_date
  @start_date
end

#state_machine_alias_arn::String

Returns the value of attribute state_machine_alias_arn.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def state_machine_alias_arn
  @state_machine_alias_arn
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def state_machine_arn
  @state_machine_arn
end

#state_machine_version_arn::String

Returns the value of attribute state_machine_version_arn.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def state_machine_version_arn
  @state_machine_version_arn
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT", "ABORTED", "PENDING_REDRIVE")


204
205
206
# File 'sig/types.rbs', line 204

def status
  @status
end

#stop_date::Time

Returns the value of attribute stop_date.

Returns:

  • (::Time)


206
207
208
# File 'sig/types.rbs', line 206

def stop_date
  @stop_date
end

#trace_header::String

Returns the value of attribute trace_header.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def trace_header
  @trace_header
end