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)


19045
19046
19047
19048
19049
19050
19051
19052
19053
19054
19055
# File 'lib/aws-sdk-medialive/types.rb', line 19045

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>)


19045
19046
19047
19048
19049
19050
19051
19052
19053
19054
19055
# File 'lib/aws-sdk-medialive/types.rb', line 19045

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)


19045
19046
19047
19048
19049
19050
19051
19052
19053
19054
19055
# File 'lib/aws-sdk-medialive/types.rb', line 19045

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)


19045
19046
19047
19048
19049
19050
19051
19052
19053
19054
19055
# File 'lib/aws-sdk-medialive/types.rb', line 19045

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)


19045
19046
19047
19048
19049
19050
19051
19052
19053
19054
19055
# File 'lib/aws-sdk-medialive/types.rb', line 19045

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>)


19045
19046
19047
19048
19049
19050
19051
19052
19053
19054
19055
# File 'lib/aws-sdk-medialive/types.rb', line 19045

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)


19045
19046
19047
19048
19049
19050
19051
19052
19053
19054
19055
# File 'lib/aws-sdk-medialive/types.rb', line 19045

class DescribeChannelPlacementGroupSummary < Struct.new(
  :arn,
  :channels,
  :cluster_id,
  :id,
  :name,
  :nodes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end