You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SingleMasterConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  message_ttl_seconds: 1,
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#message_ttl_secondsInteger

The period of time a signaling channel retains underlivered messages before they are discarded.

Returns:

  • (Integer)

    The period of time a signaling channel retains underlivered messages before they are discarded.