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.
406 407 408 409 410 411 412 413 414 415 |
# File '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 |
#description ⇒ String
A description of the tunnel.
406 407 408 409 410 411 412 413 414 415 |
# File '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_at ⇒ Time
The time the tunnel was last updated.
406 407 408 409 410 411 412 413 414 415 |
# File '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 |
#status ⇒ String
The status of a tunnel. Valid values are: Open and Closed.
406 407 408 409 410 411 412 413 414 415 |
# File '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_arn ⇒ String
The Amazon Resource Name of the tunnel.
406 407 408 409 410 411 412 413 414 415 |
# File '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_id ⇒ String
The unique alpha-numeric identifier for the tunnel.
406 407 408 409 410 411 412 413 414 415 |
# File '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 |