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 a signaling channel retains undelivered messages before they are discarded.
Instance Attribute Details
#message_ttl_seconds ⇒ Integer
The period of time a signaling channel retains undelivered messages before they are discarded.
1610 1611 1612 1613 1614 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1610 class SingleMasterConfiguration < Struct.new( :message_ttl_seconds) SENSITIVE = [] include Aws::Structure end |