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

Class: Aws::IoTSecureTunneling::Types::OpenTunnelRequest

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

Overview

Note:

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

{
  description: "Description",
  tags: [
    {
      key: "TagKey", # required
      value: "TagValue", # required
    },
  ],
  destination_config: {
    thing_name: "ThingName",
    services: ["Service"], # required
  },
  timeout_config: {
    max_lifetime_timeout_minutes: 1,
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A short text description of the tunnel.

Returns:

  • (String)

    A short text description of the tunnel.

#destination_configTypes::DestinationConfig

The destination configuration for the OpenTunnel request.

Returns:

#tagsArray<Types::Tag>

A collection of tag metadata.

Returns:

  • (Array<Types::Tag>)

    A collection of tag metadata.

#timeout_configTypes::TimeoutConfig

Timeout configuration for a tunnel.

Returns: