Class: Aws::Types::ListContainerInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListContainerInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#filter ⇒ ::String
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def cluster @cluster end |
#filter ⇒ ::String
Returns the value of attribute filter.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def next_token @next_token end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def status @status end |