Class: Aws::MediaLive::Types::DescribeChannelPlacementGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeChannelPlacementGroupResponse
- Defined in:
- gems/aws-sdk-medialive/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
18809 18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18809 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
18809 18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18809 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
18809 18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18809 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
18809 18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18809 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
18809 18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18809 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<String>
18809 18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18809 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeChannelPlacementGroupResult
18809 18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18809 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |