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.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def availability_zones @availability_zones end |
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def cluster_type @cluster_type end |
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def cluster_version @cluster_version end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def node_type @node_type end |