Class: Aws::Types::OrderableDBInstanceOption
- Inherits:
-
Object
- Object
- Aws::Types::OrderableDBInstanceOption
- 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.
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#vpc ⇒ Boolean
Returns the value of attribute vpc.
Instance Attribute Details
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def availability_zones @availability_zones end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def db_instance_class @db_instance_class end |
#engine ⇒ ::String
Returns the value of attribute engine.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def engine_version @engine_version end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def license_model @license_model end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def storage_type @storage_type end |
#vpc ⇒ Boolean
Returns the value of attribute vpc.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def vpc @vpc end |