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.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#clusters ⇒ ::Array[Types::ClusterSummary]
Returns the value of attribute clusters.
975 976 977 |
# File 'sig/types.rbs', line 975 def clusters @clusters end |
#marker ⇒ ::String
Returns the value of attribute marker.
976 977 978 |
# File 'sig/types.rbs', line 976 def marker @marker end |