Class: Aws::Types::ListClustersOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListClustersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clusters ⇒ ::Array[Types::ClusterSummary]
Returns the value of attribute clusters.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#clusters ⇒ ::Array[Types::ClusterSummary]
Returns the value of attribute clusters.
202 203 204 |
# File 'sig/types.rbs', line 202 def clusters @clusters end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
201 202 203 |
# File 'sig/types.rbs', line 201 def next_token @next_token end |