Class: Aws::Types::ListClustersInput
- Inherits:
-
Object
- Object
- Aws::Types::ListClustersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_states ⇒ ::Array[("STARTING" | "BOOTSTRAPPING" | "RUNNING" | "WAITING" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")]
Returns the value of attribute cluster_states.
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#cluster_states ⇒ ::Array[("STARTING" | "BOOTSTRAPPING" | "RUNNING" | "WAITING" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")]
Returns the value of attribute cluster_states.
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.
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.
968 969 970 |
# File 'sig/types.rbs', line 968 def created_before @created_before end |
#marker ⇒ ::String
Returns the value of attribute marker.
970 971 972 |
# File 'sig/types.rbs', line 970 def marker @marker end |