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

Class: Aws::IoTSecureTunneling::Types::CloseTunnelRequest

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

Overview

Note:

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

{
  tunnel_id: "TunnelId", # required
  delete: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#deleteBoolean

When set to true, AWS IoT Secure Tunneling deletes the tunnel data immediately.

Returns:

  • (Boolean)

    When set to true, AWS IoT Secure Tunneling deletes the tunnel data immediately.

#tunnel_idString

The ID of the tunnel to close.

Returns:

  • (String)

    The ID of the tunnel to close.