Class: Aws::Types::UpdateNodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNodeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
-
#sdi_source_mappings ⇒ ::Array[Types::SdiSourceMappingUpdateRequest]
Returns the value of attribute sdi_source_mappings.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5515 5516 5517 |
# File 'sig/types.rbs', line 5515 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
5516 5517 5518 |
# File 'sig/types.rbs', line 5516 def name @name end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5517 5518 5519 |
# File 'sig/types.rbs', line 5517 def node_id @node_id end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
5518 5519 5520 |
# File 'sig/types.rbs', line 5518 def role @role end |
#sdi_source_mappings ⇒ ::Array[Types::SdiSourceMappingUpdateRequest]
Returns the value of attribute sdi_source_mappings.
5519 5520 5521 |
# File 'sig/types.rbs', line 5519 def sdi_source_mappings @sdi_source_mappings end |