Class: Aws::Types::ListStepsInput

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)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def cluster_id
  @cluster_id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def marker
  @marker
end

#step_ids::Array[::String]

Returns the value of attribute step_ids.

Returns:

  • (::Array[::String])


1078
1079
1080
# File 'sig/types.rbs', line 1078

def step_ids
  @step_ids
end

#step_states::Array[("PENDING" | "CANCEL_PENDING" | "RUNNING" | "COMPLETED" | "CANCELLED" | "FAILED" | "INTERRUPTED")]

Returns the value of attribute step_states.

Returns:

  • (::Array[("PENDING" | "CANCEL_PENDING" | "RUNNING" | "COMPLETED" | "CANCELLED" | "FAILED" | "INTERRUPTED")])


1077
1078
1079
# File 'sig/types.rbs', line 1077

def step_states
  @step_states
end