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.
862 863 864 |
# File 'sig/types.rbs', line 862 def cluster_info_list @cluster_info_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
863 864 865 |
# File 'sig/types.rbs', line 863 def next_token @next_token end |