Class: Aws::Types::RdsRequirements
- Inherits:
-
Object
- Object
- Aws::Types::RdsRequirements
- 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_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.
Instance Attribute Details
#deployment_option ⇒ ::String
Returns the value of attribute deployment_option.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def deployment_option @deployment_option end |
#engine_edition ⇒ ::String
Returns the value of attribute engine_edition.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def engine_edition @engine_edition end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def engine_version @engine_version end |
#instance_memory ⇒ ::Float
Returns the value of attribute instance_memory.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def instance_memory @instance_memory end |
#instance_vcpu ⇒ ::Float
Returns the value of attribute instance_vcpu.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def instance_vcpu @instance_vcpu end |
#storage_iops ⇒ ::Integer
Returns the value of attribute storage_iops.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def storage_iops @storage_iops end |
#storage_size ⇒ ::Integer
Returns the value of attribute storage_size.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def storage_size @storage_size end |