Class: Aws::Types::WorkflowStepMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ ::String

Returns the value of attribute action.

Returns:

  • (::String)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def action
  @action
end

#attempt_number ⇒ ::Integer

Returns the value of attribute attempt_number.

Returns:

  • (::Integer)


2250
2251
2252
# File 'sig/types.rbs', line 2250

def attempt_number
  @attempt_number
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def description
  @description
end

#end_time ⇒ ::String

Returns the value of attribute end_time.

Returns:

  • (::String)


2249
2250
2251
# File 'sig/types.rbs', line 2249

def end_time
  @end_time
end

#inputs ⇒ ::String

Returns the value of attribute inputs.

Returns:

  • (::String)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def inputs
  @inputs
end

#max_attempts ⇒ ::Integer

Returns the value of attribute max_attempts.

Returns:

  • (::Integer)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def max_attempts
  @max_attempts
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


2245
2246
2247
# File 'sig/types.rbs', line 2245

def message
  @message
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2240
2241
2242
# File 'sig/types.rbs', line 2240

def name
  @name
end

#outputs ⇒ ::String

Returns the value of attribute outputs.

Returns:

  • (::String)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def outputs
  @outputs
end

#rollback_status ⇒ "RUNNING", ...

Returns the value of attribute rollback_status.

Returns:

  • ("RUNNING", "COMPLETED", "SKIPPED", "FAILED")


2244
2245
2246
# File 'sig/types.rbs', line 2244

def rollback_status
  @rollback_status
end

#start_time ⇒ ::String

Returns the value of attribute start_time.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def start_time
  @start_time
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "SKIPPED", "RUNNING", "COMPLETED", "FAILED", "CANCELLED")


2243
2244
2245
# File 'sig/types.rbs', line 2243

def status
  @status
end

#step_execution_id ⇒ ::String

Returns the value of attribute step_execution_id.

Returns:

  • (::String)


2239
2240
2241
# File 'sig/types.rbs', line 2239

def step_execution_id
  @step_execution_id
end