Class: Aws::MediaLive::Types::DescribeChannelPlacementGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeChannelPlacementGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Contains the response for CreateChannelPlacementGroup, DescribeChannelPlacementGroup, DeleteChannelPlacementGroup, UpdateChannelPlacementGroup
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of this ChannelPlacementGroup.
-
#channels ⇒ Array<String>
Used in ListChannelPlacementGroupsResult.
-
#cluster_id ⇒ String
The ID of the Cluster that the Node belongs to.
-
#id ⇒ String
The ID of the ChannelPlacementGroup.
-
#name ⇒ String
The name that you specified for the ChannelPlacementGroup.
-
#nodes ⇒ Array<String>
An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
-
#state ⇒ String
The current state of the ChannelPlacementGroup.
Instance Attribute Details
#arn ⇒ String
The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
18858 18859 18860 18861 18862 18863 18864 18865 18866 18867 18868 |
# File 'lib/aws-sdk-medialive/types.rb', line 18858 class DescribeChannelPlacementGroupResult < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
Used in ListChannelPlacementGroupsResult
18858 18859 18860 18861 18862 18863 18864 18865 18866 18867 18868 |
# File 'lib/aws-sdk-medialive/types.rb', line 18858 class DescribeChannelPlacementGroupResult < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The ID of the Cluster that the Node belongs to.
18858 18859 18860 18861 18862 18863 18864 18865 18866 18867 18868 |
# File 'lib/aws-sdk-medialive/types.rb', line 18858 class DescribeChannelPlacementGroupResult < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
18858 18859 18860 18861 18862 18863 18864 18865 18866 18867 18868 |
# File 'lib/aws-sdk-medialive/types.rb', line 18858 class DescribeChannelPlacementGroupResult < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name that you specified for the ChannelPlacementGroup.
18858 18859 18860 18861 18862 18863 18864 18865 18866 18867 18868 |
# File 'lib/aws-sdk-medialive/types.rb', line 18858 class DescribeChannelPlacementGroupResult < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<String>
An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
18858 18859 18860 18861 18862 18863 18864 18865 18866 18867 18868 |
# File 'lib/aws-sdk-medialive/types.rb', line 18858 class DescribeChannelPlacementGroupResult < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the ChannelPlacementGroup.
18858 18859 18860 18861 18862 18863 18864 18865 18866 18867 18868 |
# File 'lib/aws-sdk-medialive/types.rb', line 18858 class DescribeChannelPlacementGroupResult < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |