Class: Aws::MediaLive::Types::UpdateChannelPlacementGroupResponse

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)


20203
20204
20205
20206
20207
20208
20209
20210
20211
20212
20213
# File 'lib/aws-sdk-medialive/types.rb', line 20203

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

#channelsArray<String>

Returns:

  • (Array<String>)


20203
20204
20205
20206
20207
20208
20209
20210
20211
20212
20213
# File 'lib/aws-sdk-medialive/types.rb', line 20203

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

#cluster_idString

Returns:

  • (String)


20203
20204
20205
20206
20207
20208
20209
20210
20211
20212
20213
# File 'lib/aws-sdk-medialive/types.rb', line 20203

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

#idString

Returns:

  • (String)


20203
20204
20205
20206
20207
20208
20209
20210
20211
20212
20213
# File 'lib/aws-sdk-medialive/types.rb', line 20203

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

#nameString

Returns:

  • (String)


20203
20204
20205
20206
20207
20208
20209
20210
20211
20212
20213
# File 'lib/aws-sdk-medialive/types.rb', line 20203

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

#nodesArray<String>

Returns:

  • (Array<String>)


20203
20204
20205
20206
20207
20208
20209
20210
20211
20212
20213
# File 'lib/aws-sdk-medialive/types.rb', line 20203

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

#stateString

Used in DescribeChannelPlacementGroupResult

Returns:

  • (String)


20203
20204
20205
20206
20207
20208
20209
20210
20211
20212
20213
# File 'lib/aws-sdk-medialive/types.rb', line 20203

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