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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/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 a signaling channel retains undelivered messages before they are discarded.

Returns:

  • (Integer)


1610
1611
1612
1613
1614
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1610

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