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.
847 848 849 |
# File 'sig/types.rbs', line 847 def cluster_name_filter @cluster_name_filter end |
#cluster_type_filter ⇒ ::String
Returns the value of attribute cluster_type_filter.
848 849 850 |
# File 'sig/types.rbs', line 848 def cluster_type_filter @cluster_type_filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
849 850 851 |
# File 'sig/types.rbs', line 849 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
850 851 852 |
# File 'sig/types.rbs', line 850 def next_token @next_token end |