Class: Aws::MediaLive::Types::DescribeChannelPlacementGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


19037
19038
19039
19040
19041
19042
19043
19044
19045
19046
19047
# File 'lib/aws-sdk-medialive/types.rb', line 19037

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

#channelsArray<String>

Returns:

  • (Array<String>)


19037
19038
19039
19040
19041
19042
19043
19044
19045
19046
19047
# File 'lib/aws-sdk-medialive/types.rb', line 19037

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

#cluster_idString

Returns:

  • (String)


19037
19038
19039
19040
19041
19042
19043
19044
19045
19046
19047
# File 'lib/aws-sdk-medialive/types.rb', line 19037

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

#idString

Returns:

  • (String)


19037
19038
19039
19040
19041
19042
19043
19044
19045
19046
19047
# File 'lib/aws-sdk-medialive/types.rb', line 19037

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

#nameString

Returns:

  • (String)


19037
19038
19039
19040
19041
19042
19043
19044
19045
19046
19047
# File 'lib/aws-sdk-medialive/types.rb', line 19037

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

#nodesArray<String>

Returns:

  • (Array<String>)


19037
19038
19039
19040
19041
19042
19043
19044
19045
19046
19047
# File 'lib/aws-sdk-medialive/types.rb', line 19037

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

#stateString

Used in DescribeChannelPlacementGroupResult

Returns:

  • (String)


19037
19038
19039
19040
19041
19042
19043
19044
19045
19046
19047
# File 'lib/aws-sdk-medialive/types.rb', line 19037

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