Class: Aws::Types::UpdateChannelPlacementGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelPlacementGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_placement_group_id ⇒ ::String
Returns the value of attribute channel_placement_group_id.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
Instance Attribute Details
#channel_placement_group_id ⇒ ::String
Returns the value of attribute channel_placement_group_id.
5440 5441 5442 |
# File 'sig/types.rbs', line 5440 def channel_placement_group_id @channel_placement_group_id end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5441 5442 5443 |
# File 'sig/types.rbs', line 5441 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
5442 5443 5444 |
# File 'sig/types.rbs', line 5442 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
5443 5444 5445 |
# File 'sig/types.rbs', line 5443 def nodes @nodes end |