Class: Aws::Types::OrderableClusterOption
- Inherits:
-
Object
- Object
- Aws::Types::OrderableClusterOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
-
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
-
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
Instance Attribute Details
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def availability_zones @availability_zones end |
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def cluster_type @cluster_type end |
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def cluster_version @cluster_version end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def node_type @node_type end |