Class: Aws::MediaLive::Types::DeleteChannelPlacementGroupResponse

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



19542
19543
19544
19545
19546
19547
19548
19549
19550
19551
19552
# File 'lib/aws-sdk-medialive/types.rb', line 19542

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

#channelsArray<String>



19542
19543
19544
19545
19546
19547
19548
19549
19550
19551
19552
# File 'lib/aws-sdk-medialive/types.rb', line 19542

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

#cluster_idString



19542
19543
19544
19545
19546
19547
19548
19549
19550
19551
19552
# File 'lib/aws-sdk-medialive/types.rb', line 19542

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

#idString



19542
19543
19544
19545
19546
19547
19548
19549
19550
19551
19552
# File 'lib/aws-sdk-medialive/types.rb', line 19542

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

#nameString



19542
19543
19544
19545
19546
19547
19548
19549
19550
19551
19552
# File 'lib/aws-sdk-medialive/types.rb', line 19542

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

#nodesArray<String>



19542
19543
19544
19545
19546
19547
19548
19549
19550
19551
19552
# File 'lib/aws-sdk-medialive/types.rb', line 19542

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

#stateString

Used in DescribeChannelPlacementGroupResult



19542
19543
19544
19545
19546
19547
19548
19549
19550
19551
19552
# File 'lib/aws-sdk-medialive/types.rb', line 19542

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