Class: Aws::Types::ListClustersV2Response
- Inherits:
-
Object
- Object
- Aws::Types::ListClustersV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_info_list ⇒ ::Array[Types::Cluster]
Returns the value of attribute cluster_info_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cluster_info_list ⇒ ::Array[Types::Cluster]
Returns the value of attribute cluster_info_list.
855 856 857 |
# File 'sig/types.rbs', line 855 def cluster_info_list @cluster_info_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
856 857 858 |
# File 'sig/types.rbs', line 856 def next_token @next_token end |