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

Class: Aws::IoTSecureTunneling::Types::TimeoutConfig

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

Overview

Note:

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

{
  max_lifetime_timeout_minutes: 1,
}

Tunnel timeout configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_lifetime_timeout_minutesInteger

The maximum amount of time (in minutes) a tunnel can remain open. If not specified, maxLifetimeTimeoutMinutes defaults to 720 minutes. Valid values are from 1 minute to 12 hours (720 minutes)

Returns:

  • (Integer)

    The maximum amount of time (in minutes) a tunnel can remain open.