Class: Aws::Types::ListComputeInput
- Inherits:
-
Object
- Object
- Aws::Types::ListComputeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_status ⇒ "ACTIVE", "IMPAIRED"
Returns the value of attribute compute_status.
-
#container_group_definition_name ⇒ ::String
Returns the value of attribute container_group_definition_name.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#compute_status ⇒ "ACTIVE", "IMPAIRED"
Returns the value of attribute compute_status.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def compute_status @compute_status end |
#container_group_definition_name ⇒ ::String
Returns the value of attribute container_group_definition_name.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def container_group_definition_name @container_group_definition_name end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def fleet_id @fleet_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def limit @limit end |
#location ⇒ ::String
Returns the value of attribute location.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def location @location end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def next_token @next_token end |