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.
5447 5448 5449 |
# File 'sig/types.rbs', line 5447 def channel_placement_group_id @channel_placement_group_id end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5448 5449 5450 |
# File 'sig/types.rbs', line 5448 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
5449 5450 5451 |
# File 'sig/types.rbs', line 5449 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
5450 5451 5452 |
# File 'sig/types.rbs', line 5450 def nodes @nodes end |