Class: Aws::Types::ListClustersV2Request
- Inherits:
-
Object
- Object
- Aws::Types::ListClustersV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name_filter ⇒ ::String
Returns the value of attribute cluster_name_filter.
-
#cluster_type_filter ⇒ ::String
Returns the value of attribute cluster_type_filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cluster_name_filter ⇒ ::String
Returns the value of attribute cluster_name_filter.
854 855 856 |
# File 'sig/types.rbs', line 854 def cluster_name_filter @cluster_name_filter end |
#cluster_type_filter ⇒ ::String
Returns the value of attribute cluster_type_filter.
855 856 857 |
# File 'sig/types.rbs', line 855 def cluster_type_filter @cluster_type_filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
856 857 858 |
# File 'sig/types.rbs', line 856 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
857 858 859 |
# File 'sig/types.rbs', line 857 def next_token @next_token end |