Class: Aws::Types::CancelStepsInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def reason
  @reason
end

#status"SUBMITTED", "FAILED"

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "FAILED")


122
123
124
# File 'sig/types.rbs', line 122

def status
  @status
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def step_id
  @step_id
end