Class: Aws::Types::ListClustersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListClustersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arns ⇒ ::Array[::String]
Returns the value of attribute cluster_arns.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cluster_arns ⇒ ::Array[::String]
Returns the value of attribute cluster_arns.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def cluster_arns @cluster_arns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def next_token @next_token end |