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.
5437 5438 5439 |
# File 'sig/types.rbs', line 5437 def channel_placement_group_id @channel_placement_group_id end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5438 5439 5440 |
# File 'sig/types.rbs', line 5438 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
5439 5440 5441 |
# File 'sig/types.rbs', line 5439 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
5440 5441 5442 |
# File 'sig/types.rbs', line 5440 def nodes @nodes end |