Class: Aws::Types::DescribeMultiRegionClustersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMultiRegionClustersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#show_cluster_details ⇒ Boolean
Returns the value of attribute show_cluster_details.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
413 414 415 |
# File 'sig/types.rbs', line 413 def max_results @max_results end |
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
412 413 414 |
# File 'sig/types.rbs', line 412 def multi_region_cluster_name @multi_region_cluster_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
414 415 416 |
# File 'sig/types.rbs', line 414 def next_token @next_token end |
#show_cluster_details ⇒ Boolean
Returns the value of attribute show_cluster_details.
415 416 417 |
# File 'sig/types.rbs', line 415 def show_cluster_details @show_cluster_details end |