Class: Aws::Types::CancelStepsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def cluster_id
  @cluster_id
end

#step_cancellation_option"SEND_INTERRUPT", "TERMINATE_PROCESS"

Returns the value of attribute step_cancellation_option.

Returns:

  • ("SEND_INTERRUPT", "TERMINATE_PROCESS")


130
131
132
# File 'sig/types.rbs', line 130

def step_cancellation_option
  @step_cancellation_option
end

#step_ids::Array[::String]

Returns the value of attribute step_ids.

Returns:

  • (::Array[::String])


129
130
131
# File 'sig/types.rbs', line 129

def step_ids
  @step_ids
end