Class: Aws::Types::ListKxClustersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListKxClustersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_type ⇒ "HDB", ...
Returns the value of attribute cluster_type.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cluster_type ⇒ "HDB", ...
Returns the value of attribute cluster_type.
880 881 882 |
# File 'sig/types.rbs', line 880 def cluster_type @cluster_type end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
879 880 881 |
# File 'sig/types.rbs', line 879 def environment_id @environment_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
881 882 883 |
# File 'sig/types.rbs', line 881 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
882 883 884 |
# File 'sig/types.rbs', line 882 def next_token @next_token end |