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.
5518 5519 5520 |
# File 'sig/types.rbs', line 5518 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
5519 5520 5521 |
# File 'sig/types.rbs', line 5519 def name @name end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5520 5521 5522 |
# File 'sig/types.rbs', line 5520 def node_id @node_id end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
5521 5522 5523 |
# File 'sig/types.rbs', line 5521 def role @role end |
#sdi_source_mappings ⇒ ::Array[Types::SdiSourceMappingUpdateRequest]
Returns the value of attribute sdi_source_mappings.
5522 5523 5524 |
# File 'sig/types.rbs', line 5522 def sdi_source_mappings @sdi_source_mappings end |