Class: Aws::IoTSecureTunneling::Types::DescribeTunnelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::DescribeTunnelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tunnel ⇒ Types::Tunnel
The tunnel being described.
Instance Attribute Details
#tunnel ⇒ Types::Tunnel
The tunnel being described.
63 64 65 66 67 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 63 class DescribeTunnelResponse < Struct.new( :tunnel) SENSITIVE = [] include Aws::Structure end |