Class: Aws::Types::ListInstancesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListInstancesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#instance_fleet_id ⇒ ::String
Returns the value of attribute instance_fleet_id.
-
#instance_fleet_type ⇒ "MASTER", ...
Returns the value of attribute instance_fleet_type.
-
#instance_group_id ⇒ ::String
Returns the value of attribute instance_group_id.
-
#instance_group_types ⇒ ::Array[("MASTER" | "CORE" | "TASK")]
Returns the value of attribute instance_group_types.
-
#instance_states ⇒ ::Array[("AWAITING_FULFILLMENT" | "PROVISIONING" | "BOOTSTRAPPING" | "RUNNING" | "TERMINATED")]
Returns the value of attribute instance_states.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def cluster_id @cluster_id end |
#instance_fleet_id ⇒ ::String
Returns the value of attribute instance_fleet_id.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def instance_fleet_id @instance_fleet_id end |
#instance_fleet_type ⇒ "MASTER", ...
Returns the value of attribute instance_fleet_type.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def instance_fleet_type @instance_fleet_type end |
#instance_group_id ⇒ ::String
Returns the value of attribute instance_group_id.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def instance_group_id @instance_group_id end |
#instance_group_types ⇒ ::Array[("MASTER" | "CORE" | "TASK")]
Returns the value of attribute instance_group_types.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def instance_group_types @instance_group_types end |
#instance_states ⇒ ::Array[("AWAITING_FULFILLMENT" | "PROVISIONING" | "BOOTSTRAPPING" | "RUNNING" | "TERMINATED")]
Returns the value of attribute instance_states.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def instance_states @instance_states end |
#marker ⇒ ::String
Returns the value of attribute marker.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def marker @marker end |