Class: Aws::Types::MemoryDBInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::MemoryDBInstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_generation ⇒ Boolean
Returns the value of attribute current_generation.
-
#family ⇒ ::String
Returns the value of attribute family.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#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.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def current_generation @current_generation end |
#family ⇒ ::String
Returns the value of attribute family.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def family @family end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def node_type @node_type end |
#region ⇒ ::String
Returns the value of attribute region.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def region @region end |
#size_flex_eligible ⇒ Boolean
Returns the value of attribute size_flex_eligible.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def size_flex_eligible @size_flex_eligible end |