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.
-
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
-
#node_create_time ⇒ ::Time
Returns the value of attribute node_create_time.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#node_status ⇒ ::String
Returns the value of attribute node_status.
-
#parameter_group_status ⇒ ::String
Returns the value of attribute parameter_group_status.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
286 287 288 |
# File 'sig/types.rbs', line 286 def availability_zone @availability_zone end |
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
284 285 286 |
# File 'sig/types.rbs', line 284 def endpoint @endpoint end |
#node_create_time ⇒ ::Time
Returns the value of attribute node_create_time.
285 286 287 |
# File 'sig/types.rbs', line 285 def node_create_time @node_create_time end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
283 284 285 |
# File 'sig/types.rbs', line 283 def node_id @node_id end |
#node_status ⇒ ::String
Returns the value of attribute node_status.
287 288 289 |
# File 'sig/types.rbs', line 287 def node_status @node_status end |
#parameter_group_status ⇒ ::String
Returns the value of attribute parameter_group_status.
288 289 290 |
# File 'sig/types.rbs', line 288 def parameter_group_status @parameter_group_status end |