Class: Aws::Types::RedshiftInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftInstanceDetails
- 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.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def current_generation @current_generation end |
#family ⇒ ::String
Returns the value of attribute family.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def family @family end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def node_type @node_type end |
#region ⇒ ::String
Returns the value of attribute region.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def region @region end |
#size_flex_eligible ⇒ Boolean
Returns the value of attribute size_flex_eligible.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def size_flex_eligible @size_flex_eligible end |