Class: Aws::Types::NodeSummary
- Inherits:
-
Object
- Object
- Aws::Types::NodeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
529 530 531 |
# File 'sig/types.rbs', line 529 def availability_zone @availability_zone end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
528 529 530 |
# File 'sig/types.rbs', line 528 def creation_date @creation_date end |
#id ⇒ ::String
Returns the value of attribute id.
526 527 528 |
# File 'sig/types.rbs', line 526 def id @id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
530 531 532 |
# File 'sig/types.rbs', line 530 def instance_type @instance_type end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
527 528 529 |
# File 'sig/types.rbs', line 527 def status @status end |