Class: Aws::Types::UpdateNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNodeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
Instance Attribute Details
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
646 647 648 |
# File 'sig/types.rbs', line 646 def log_publishing_configuration @log_publishing_configuration end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
644 645 646 |
# File 'sig/types.rbs', line 644 def member_id @member_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
643 644 645 |
# File 'sig/types.rbs', line 643 def network_id @network_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
645 646 647 |
# File 'sig/types.rbs', line 645 def node_id @node_id end |