Class: Aws::Types::DeleteChannelPlacementGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteChannelPlacementGroupRequest
- 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.
Instance Attribute Details
#channel_placement_group_id ⇒ ::String
Returns the value of attribute channel_placement_group_id.
4971 4972 4973 |
# File 'sig/types.rbs', line 4971 def channel_placement_group_id @channel_placement_group_id end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
4972 4973 4974 |
# File 'sig/types.rbs', line 4972 def cluster_id @cluster_id end |