Class: Aws::IoTSecureTunneling::Types::ConnectionState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb

Overview

The state of a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_atTime

The last time the connection status was updated.

Returns:

  • (Time)


42
43
44
45
46
47
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 42

class ConnectionState < Struct.new(
  :status,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The connection status of the tunnel. Valid values are CONNECTED and DISCONNECTED.

Returns:

  • (String)


42
43
44
45
46
47
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 42

class ConnectionState < Struct.new(
  :status,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end