Class: Aws::Types::CreateClusterV2Response
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
Returns the value of attribute cluster_type.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
869 870 871 |
# File 'sig/types.rbs', line 869 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
870 871 872 |
# File 'sig/types.rbs', line 870 def cluster_name @cluster_name end |
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
Returns the value of attribute cluster_type.
872 873 874 |
# File 'sig/types.rbs', line 872 def cluster_type @cluster_type end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
871 872 873 |
# File 'sig/types.rbs', line 871 def state @state end |