Class: Aws::MediaLive::Types::DescribeChannelPlacementGroupSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Contains the response for ListChannelPlacementGroups

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.

Returns:

  • (String)


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

#channelsArray<String>

Used in ListChannelPlacementGroupsResult

Returns:

  • (Array<String>)


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_idString

The ID of the Cluster that the Node belongs to.

Returns:

  • (String)


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

#idString

The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.

Returns:

  • (String)


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

#nameString

The name that you specified for the ChannelPlacementGroup.

Returns:

  • (String)


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

#nodesArray<String>

An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.

Returns:

  • (Array<String>)


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

#stateString

The current state of the ChannelPlacementGroup.

Returns:

  • (String)


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