Class: Aws::MediaLive::Types::DeleteChannelPlacementGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DeleteChannelPlacementGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #channels ⇒ Array<String>
- #cluster_id ⇒ String
- #id ⇒ String
- #name ⇒ String
- #nodes ⇒ Array<String>
-
#state ⇒ String
Used in DescribeChannelPlacementGroupResult.
Instance Attribute Details
#arn ⇒ String
18569 18570 18571 18572 18573 18574 18575 18576 18577 18578 18579 |
# File 'lib/aws-sdk-medialive/types.rb', line 18569 class DeleteChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
18569 18570 18571 18572 18573 18574 18575 18576 18577 18578 18579 |
# File 'lib/aws-sdk-medialive/types.rb', line 18569 class DeleteChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
18569 18570 18571 18572 18573 18574 18575 18576 18577 18578 18579 |
# File 'lib/aws-sdk-medialive/types.rb', line 18569 class DeleteChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
18569 18570 18571 18572 18573 18574 18575 18576 18577 18578 18579 |
# File 'lib/aws-sdk-medialive/types.rb', line 18569 class DeleteChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
18569 18570 18571 18572 18573 18574 18575 18576 18577 18578 18579 |
# File 'lib/aws-sdk-medialive/types.rb', line 18569 class DeleteChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<String>
18569 18570 18571 18572 18573 18574 18575 18576 18577 18578 18579 |
# File 'lib/aws-sdk-medialive/types.rb', line 18569 class DeleteChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeChannelPlacementGroupResult
18569 18570 18571 18572 18573 18574 18575 18576 18577 18578 18579 |
# File 'lib/aws-sdk-medialive/types.rb', line 18569 class DeleteChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |