Class: Aws::Types::RDSInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::RDSInstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_generation ⇒ Boolean
Returns the value of attribute current_generation.
-
#database_edition ⇒ ::String
Returns the value of attribute database_edition.
-
#database_engine ⇒ ::String
Returns the value of attribute database_engine.
-
#deployment_model ⇒ ::String
Returns the value of attribute deployment_model.
-
#deployment_option ⇒ ::String
Returns the value of attribute deployment_option.
-
#family ⇒ ::String
Returns the value of attribute family.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#size_flex_eligible ⇒ Boolean
Returns the value of attribute size_flex_eligible.
Instance Attribute Details
#current_generation ⇒ Boolean
Returns the value of attribute current_generation.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def current_generation @current_generation end |
#database_edition ⇒ ::String
Returns the value of attribute database_edition.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def database_edition @database_edition end |
#database_engine ⇒ ::String
Returns the value of attribute database_engine.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def database_engine @database_engine end |
#deployment_model ⇒ ::String
Returns the value of attribute deployment_model.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def deployment_model @deployment_model end |
#deployment_option ⇒ ::String
Returns the value of attribute deployment_option.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def deployment_option @deployment_option end |
#family ⇒ ::String
Returns the value of attribute family.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def family @family end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def instance_type @instance_type end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def license_model @license_model end |
#region ⇒ ::String
Returns the value of attribute region.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def region @region end |
#size_flex_eligible ⇒ Boolean
Returns the value of attribute size_flex_eligible.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def size_flex_eligible @size_flex_eligible end |