Class: Aws::Types::ClusterVersion
- Inherits:
-
Object
- Object
- Aws::Types::ClusterVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_parameter_group_family ⇒ ::String
Returns the value of attribute cluster_parameter_group_family.
-
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#cluster_parameter_group_family ⇒ ::String
Returns the value of attribute cluster_parameter_group_family.
446 447 448 |
# File 'sig/types.rbs', line 446 def cluster_parameter_group_family @cluster_parameter_group_family end |
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
445 446 447 |
# File 'sig/types.rbs', line 445 def cluster_version @cluster_version end |
#description ⇒ ::String
Returns the value of attribute description.
447 448 449 |
# File 'sig/types.rbs', line 447 def description @description end |