Class: Aws::IoTSecureTunneling::Types::TunnelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::TunnelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Overview
Information about the tunnel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time the tunnel was created.
-
#description ⇒ String
A description of the tunnel.
-
#last_updated_at ⇒ Time
The time the tunnel was last updated.
-
#status ⇒ String
The status of a tunnel.
-
#tunnel_arn ⇒ String
The Amazon Resource Name of the tunnel.
-
#tunnel_id ⇒ String
The unique alpha-numeric identifier for the tunnel.
Instance Attribute Details
#created_at ⇒ Time
The time the tunnel was created.
505 506 507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 505 class TunnelSummary < Struct.new( :tunnel_id, :tunnel_arn, :status, :description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the tunnel.
505 506 507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 505 class TunnelSummary < Struct.new( :tunnel_id, :tunnel_arn, :status, :description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time the tunnel was last updated.
505 506 507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 505 class TunnelSummary < Struct.new( :tunnel_id, :tunnel_arn, :status, :description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a tunnel. Valid values are: Open and Closed.
505 506 507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 505 class TunnelSummary < Struct.new( :tunnel_id, :tunnel_arn, :status, :description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#tunnel_arn ⇒ String
The Amazon Resource Name of the tunnel.
505 506 507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 505 class TunnelSummary < Struct.new( :tunnel_id, :tunnel_arn, :status, :description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#tunnel_id ⇒ String
The unique alpha-numeric identifier for the tunnel.
505 506 507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 505 class TunnelSummary < Struct.new( :tunnel_id, :tunnel_arn, :status, :description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |