Class: Aws::MediaLive::Types::AnywhereSettings

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

Overview

Elemental anywhere settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_placement_group_idString

The ID of the channel placement group for the channel.

Returns:

  • (String)


17837
17838
17839
17840
17841
17842
# File 'lib/aws-sdk-medialive/types.rb', line 17837

class AnywhereSettings < Struct.new(
  :channel_placement_group_id,
  :cluster_id)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_idString

The ID of the cluster for the channel.

Returns:

  • (String)


17837
17838
17839
17840
17841
17842
# File 'lib/aws-sdk-medialive/types.rb', line 17837

class AnywhereSettings < Struct.new(
  :channel_placement_group_id,
  :cluster_id)
  SENSITIVE = []
  include Aws::Structure
end