Class: Aws::KinesisVideo::Types::CreateSignalingChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::CreateSignalingChannelInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
A name for the signaling channel that you are creating.
-
#channel_type ⇒ String
A type of the signaling channel that you are creating.
-
#single_master_configuration ⇒ Types::SingleMasterConfiguration
A structure containing the configuration for the ‘SINGLE_MASTER` channel type.
-
#tags ⇒ Array<Types::Tag>
A set of tags (key-value pairs) that you want to associate with this channel.
Instance Attribute Details
#channel_name ⇒ String
A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.
160 161 162 163 164 165 166 167 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 160 class CreateSignalingChannelInput < Struct.new( :channel_name, :channel_type, :single_master_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#channel_type ⇒ String
A type of the signaling channel that you are creating. Currently, ‘SINGLE_MASTER` is the only supported channel type.
160 161 162 163 164 165 166 167 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 160 class CreateSignalingChannelInput < Struct.new( :channel_name, :channel_type, :single_master_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#single_master_configuration ⇒ Types::SingleMasterConfiguration
A structure containing the configuration for the ‘SINGLE_MASTER` channel type.
160 161 162 163 164 165 166 167 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 160 class CreateSignalingChannelInput < Struct.new( :channel_name, :channel_type, :single_master_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A set of tags (key-value pairs) that you want to associate with this channel.
160 161 162 163 164 165 166 167 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 160 class CreateSignalingChannelInput < Struct.new( :channel_name, :channel_type, :single_master_configuration, :tags) SENSITIVE = [] include Aws::Structure end |