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

Class: Aws::IoTSecureTunneling::Types::TunnelSummary

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

Overview

Information about the tunnel.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time the tunnel was created.

Returns:

  • (Time)

    The time the tunnel was created.

#descriptionString

A description of the tunnel.

Returns:

  • (String)

    A description of the tunnel.

#last_updated_atTime

The time the tunnel was last updated.

Returns:

  • (Time)

    The time the tunnel was last updated.

#statusString

The status of a tunnel. Valid values are: Open and Closed.

Possible values:

  • OPEN
  • CLOSED

Returns:

  • (String)

    The status of a tunnel.

#tunnel_arnString

The Amazon Resource Name of the tunnel. The tunnel ARN format is arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>

Returns:

  • (String)

    The Amazon Resource Name of the tunnel.

#tunnel_idString

The unique alpha-numeric identifier for the tunnel.

Returns:

  • (String)

    The unique alpha-numeric identifier for the tunnel.