Class: Aws::Types::Node
- Inherits:
-
Object
- Object
- Aws::Types::Node
- 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.
-
#framework_attributes ⇒ Types::NodeFrameworkAttributes
Returns the value of attribute framework_attributes.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#state_db ⇒ "LevelDB", "CouchDB"
Returns the value of attribute state_db.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
483 484 485 |
# File 'sig/types.rbs', line 483 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
476 477 478 |
# File 'sig/types.rbs', line 476 def availability_zone @availability_zone end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
481 482 483 |
# File 'sig/types.rbs', line 481 def creation_date @creation_date end |
#framework_attributes ⇒ Types::NodeFrameworkAttributes
Returns the value of attribute framework_attributes.
477 478 479 |
# File 'sig/types.rbs', line 477 def framework_attributes @framework_attributes end |
#id ⇒ ::String
Returns the value of attribute id.
474 475 476 |
# File 'sig/types.rbs', line 474 def id @id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
475 476 477 |
# File 'sig/types.rbs', line 475 def instance_type @instance_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
484 485 486 |
# File 'sig/types.rbs', line 484 def kms_key_arn @kms_key_arn end |
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
478 479 480 |
# File 'sig/types.rbs', line 478 def log_publishing_configuration @log_publishing_configuration end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
473 474 475 |
# File 'sig/types.rbs', line 473 def member_id @member_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
472 473 474 |
# File 'sig/types.rbs', line 472 def network_id @network_id end |
#state_db ⇒ "LevelDB", "CouchDB"
Returns the value of attribute state_db.
479 480 481 |
# File 'sig/types.rbs', line 479 def state_db @state_db end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
480 481 482 |
# File 'sig/types.rbs', line 480 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
482 483 484 |
# File 'sig/types.rbs', line 482 def @tags end |