Class: Aws::Types::ESInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::ESInstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_generation ⇒ Boolean
Returns the value of attribute current_generation.
-
#instance_class ⇒ ::String
Returns the value of attribute instance_class.
-
#instance_size ⇒ ::String
Returns the value of attribute instance_size.
-
#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.
445 446 447 |
# File 'sig/types.rbs', line 445 def current_generation @current_generation end |
#instance_class ⇒ ::String
Returns the value of attribute instance_class.
442 443 444 |
# File 'sig/types.rbs', line 442 def instance_class @instance_class end |
#instance_size ⇒ ::String
Returns the value of attribute instance_size.
443 444 445 |
# File 'sig/types.rbs', line 443 def instance_size @instance_size end |
#region ⇒ ::String
Returns the value of attribute region.
444 445 446 |
# File 'sig/types.rbs', line 444 def region @region end |
#size_flex_eligible ⇒ Boolean
Returns the value of attribute size_flex_eligible.
446 447 448 |
# File 'sig/types.rbs', line 446 def size_flex_eligible @size_flex_eligible end |