Class: Aws::Types::RdsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RdsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_option ⇒ ::String
Returns the value of attribute deployment_option.
-
#engine_edition ⇒ ::String
Returns the value of attribute engine_edition.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#instance_memory ⇒ ::Float
Returns the value of attribute instance_memory.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#instance_vcpu ⇒ ::Float
Returns the value of attribute instance_vcpu.
-
#storage_iops ⇒ ::Integer
Returns the value of attribute storage_iops.
-
#storage_size ⇒ ::Integer
Returns the value of attribute storage_size.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#deployment_option ⇒ ::String
Returns the value of attribute deployment_option.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def deployment_option @deployment_option end |
#engine_edition ⇒ ::String
Returns the value of attribute engine_edition.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def engine_edition @engine_edition end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def engine_version @engine_version end |
#instance_memory ⇒ ::Float
Returns the value of attribute instance_memory.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def instance_memory @instance_memory end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def instance_type @instance_type end |
#instance_vcpu ⇒ ::Float
Returns the value of attribute instance_vcpu.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def instance_vcpu @instance_vcpu end |
#storage_iops ⇒ ::Integer
Returns the value of attribute storage_iops.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def storage_iops @storage_iops end |
#storage_size ⇒ ::Integer
Returns the value of attribute storage_size.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def storage_size @storage_size end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def storage_type @storage_type end |