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

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

Overview

Information about the tunnel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time the tunnel was created.

Returns:

  • (Time)


406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 406

class TunnelSummary < Struct.new(
  :tunnel_id,
  :tunnel_arn,
  :status,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the tunnel.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 406

class TunnelSummary < Struct.new(
  :tunnel_id,
  :tunnel_arn,
  :status,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The time the tunnel was last updated.

Returns:

  • (Time)


406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 406

class TunnelSummary < Struct.new(
  :tunnel_id,
  :tunnel_arn,
  :status,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 406

class TunnelSummary < Struct.new(
  :tunnel_id,
  :tunnel_arn,
  :status,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#tunnel_arnString

The Amazon Resource Name of the tunnel.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 406

class TunnelSummary < Struct.new(
  :tunnel_id,
  :tunnel_arn,
  :status,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#tunnel_idString

The unique alpha-numeric identifier for the tunnel.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 406

class TunnelSummary < Struct.new(
  :tunnel_id,
  :tunnel_arn,
  :status,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end