Class: Aws::KinesisVideo::Types::SingleMasterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::SingleMasterConfiguration
- 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
-
#message_ttl_seconds ⇒ Integer
The period of time (in seconds) a signaling channel retains undelivered messages before they are discarded.
Instance Attribute Details
#message_ttl_seconds ⇒ Integer
The period of time (in seconds) a signaling channel retains undelivered messages before they are discarded. Use to update this value.
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 |