Class: Aws::Types::Node
- Inherits:
-
Object
- Object
- Aws::Types::Node
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
741 742 743 |
# File 'sig/types.rbs', line 741 def availability_zone @availability_zone end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
742 743 744 |
# File 'sig/types.rbs', line 742 def create_time @create_time end |
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
743 744 745 |
# File 'sig/types.rbs', line 743 def endpoint @endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
739 740 741 |
# File 'sig/types.rbs', line 739 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
740 741 742 |
# File 'sig/types.rbs', line 740 def status @status end |