Class: Aws::MediaLive::Types::DescribeAnywhereSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


18764
18765
18766
18767
18768
18769
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18764

class DescribeAnywhereSettings < 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)


18764
18765
18766
18767
18768
18769
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18764

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