Class: Aws::KinesisVideo::Types::UpdateSignalingChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::UpdateSignalingChannelInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
-
#current_version ⇒ String
The current version of the signaling channel that you want to update.
-
#single_master_configuration ⇒ Types::SingleMasterConfiguration
The structure containing the configuration for the ‘SINGLE_MASTER` type of the signaling channel that you want to update.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
2069 2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2069 class UpdateSignalingChannelInput < Struct.new( :channel_arn, :current_version, :single_master_configuration) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the signaling channel that you want to update.
2069 2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2069 class UpdateSignalingChannelInput < Struct.new( :channel_arn, :current_version, :single_master_configuration) SENSITIVE = [] include Aws::Structure end |
#single_master_configuration ⇒ Types::SingleMasterConfiguration
The structure containing the configuration for the ‘SINGLE_MASTER` type of the signaling channel that you want to update.
2069 2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2069 class UpdateSignalingChannelInput < Struct.new( :channel_arn, :current_version, :single_master_configuration) SENSITIVE = [] include Aws::Structure end |