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.
5525 5526 5527 |
# File 'sig/types.rbs', line 5525 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
5526 5527 5528 |
# File 'sig/types.rbs', line 5526 def name @name end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5527 5528 5529 |
# File 'sig/types.rbs', line 5527 def node_id @node_id end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
5528 5529 5530 |
# File 'sig/types.rbs', line 5528 def role @role end |
#sdi_source_mappings ⇒ ::Array[Types::SdiSourceMappingUpdateRequest]
Returns the value of attribute sdi_source_mappings.
5529 5530 5531 |
# File 'sig/types.rbs', line 5529 def sdi_source_mappings @sdi_source_mappings end |