Class: Aws::KinesisVideo::Types::UpdateSignalingChannelInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) of the signaling channel that you want to update.

Returns:

  • (String)


2069
2070
2071
2072
2073
2074
2075
# File 'gems/aws-sdk-kinesisvideo/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_versionString

The current version of the signaling channel that you want to update.

Returns:

  • (String)


2069
2070
2071
2072
2073
2074
2075
# File 'gems/aws-sdk-kinesisvideo/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_configurationTypes::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 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 2069

class UpdateSignalingChannelInput < Struct.new(
  :channel_arn,
  :current_version,
  :single_master_configuration)
  SENSITIVE = []
  include Aws::Structure
end