Class: Aws::MediaLive::Types::DescribeAnywhereSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeAnywhereSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Elemental anywhere settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_placement_group_id ⇒ String
The ID of the channel placement group for the channel.
-
#cluster_id ⇒ String
The ID of the cluster for the channel.
Instance Attribute Details
#channel_placement_group_id ⇒ String
The ID of the channel placement group for the channel.
18763 18764 18765 18766 18767 18768 |
# File 'lib/aws-sdk-medialive/types.rb', line 18763 class DescribeAnywhereSettings < Struct.new( :channel_placement_group_id, :cluster_id) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The ID of the cluster for the channel.
18763 18764 18765 18766 18767 18768 |
# File 'lib/aws-sdk-medialive/types.rb', line 18763 class DescribeAnywhereSettings < Struct.new( :channel_placement_group_id, :cluster_id) SENSITIVE = [] include Aws::Structure end |