Class: Aws::Types::ListClustersInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_states::Array[("STARTING" | "BOOTSTRAPPING" | "RUNNING" | "WAITING" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")]

Returns the value of attribute cluster_states.

Returns:

  • (::Array[("STARTING" | "BOOTSTRAPPING" | "RUNNING" | "WAITING" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")])


969
970
971
# File 'sig/types.rbs', line 969

def cluster_states
  @cluster_states
end

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


967
968
969
# File 'sig/types.rbs', line 967

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


968
969
970
# File 'sig/types.rbs', line 968

def created_before
  @created_before
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def marker
  @marker
end