Class: Aws::KinesisVideo::Types::SingleMasterConfiguration

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

Overview

A structure that contains the configuration for the ‘SINGLE_MASTER` channel type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_ttl_secondsInteger

The period of time (in seconds) a signaling channel retains undelivered messages before they are discarded. Use to update this value.

Returns:

  • (Integer)


1672
1673
1674
1675
1676
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1672

class SingleMasterConfiguration < Struct.new(
  :message_ttl_seconds)
  SENSITIVE = []
  include Aws::Structure
end