Class: Aws::MediaLive::Types::DescribeChannelPlacementGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeChannelPlacementGroupSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Contains the response for ListChannelPlacementGroups
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.
18905 18906 18907 18908 18909 18910 18911 18912 18913 18914 18915 |
# File 'lib/aws-sdk-medialive/types.rb', line 18905 class DescribeChannelPlacementGroupSummary < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
Used in ListChannelPlacementGroupsResult
18905 18906 18907 18908 18909 18910 18911 18912 18913 18914 18915 |
# File 'lib/aws-sdk-medialive/types.rb', line 18905 class DescribeChannelPlacementGroupSummary < 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.
18905 18906 18907 18908 18909 18910 18911 18912 18913 18914 18915 |
# File 'lib/aws-sdk-medialive/types.rb', line 18905 class DescribeChannelPlacementGroupSummary < 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.
18905 18906 18907 18908 18909 18910 18911 18912 18913 18914 18915 |
# File 'lib/aws-sdk-medialive/types.rb', line 18905 class DescribeChannelPlacementGroupSummary < 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.
18905 18906 18907 18908 18909 18910 18911 18912 18913 18914 18915 |
# File 'lib/aws-sdk-medialive/types.rb', line 18905 class DescribeChannelPlacementGroupSummary < 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.
18905 18906 18907 18908 18909 18910 18911 18912 18913 18914 18915 |
# File 'lib/aws-sdk-medialive/types.rb', line 18905 class DescribeChannelPlacementGroupSummary < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the ChannelPlacementGroup.
18905 18906 18907 18908 18909 18910 18911 18912 18913 18914 18915 |
# File 'lib/aws-sdk-medialive/types.rb', line 18905 class DescribeChannelPlacementGroupSummary < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |