Class: Aws::MediaLive::Types::CreateChannelPlacementGroupResponse

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



18571
18572
18573
18574
18575
18576
18577
18578
18579
18580
18581
# File 'lib/aws-sdk-medialive/types.rb', line 18571

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

#channelsArray<String>



18571
18572
18573
18574
18575
18576
18577
18578
18579
18580
18581
# File 'lib/aws-sdk-medialive/types.rb', line 18571

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

#cluster_idString



18571
18572
18573
18574
18575
18576
18577
18578
18579
18580
18581
# File 'lib/aws-sdk-medialive/types.rb', line 18571

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

#idString



18571
18572
18573
18574
18575
18576
18577
18578
18579
18580
18581
# File 'lib/aws-sdk-medialive/types.rb', line 18571

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

#nameString



18571
18572
18573
18574
18575
18576
18577
18578
18579
18580
18581
# File 'lib/aws-sdk-medialive/types.rb', line 18571

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

#nodesArray<String>



18571
18572
18573
18574
18575
18576
18577
18578
18579
18580
18581
# File 'lib/aws-sdk-medialive/types.rb', line 18571

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

#stateString

Used in DescribeChannelPlacementGroupResult



18571
18572
18573
18574
18575
18576
18577
18578
18579
18580
18581
# File 'lib/aws-sdk-medialive/types.rb', line 18571

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