Class: Aws::Types::NodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NodeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
-
#state_db ⇒ "LevelDB", "CouchDB"
Returns the value of attribute state_db.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
490 491 492 |
# File 'sig/types.rbs', line 490 def availability_zone @availability_zone end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
489 490 491 |
# File 'sig/types.rbs', line 489 def instance_type @instance_type end |
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
491 492 493 |
# File 'sig/types.rbs', line 491 def log_publishing_configuration @log_publishing_configuration end |
#state_db ⇒ "LevelDB", "CouchDB"
Returns the value of attribute state_db.
492 493 494 |
# File 'sig/types.rbs', line 492 def state_db @state_db end |