Class: Aws::IoTSecureTunneling::Types::DescribeTunnelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::DescribeTunnelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tunnel_id ⇒ String
The tunnel to describe.
Instance Attribute Details
#tunnel_id ⇒ String
The tunnel to describe.
53 54 55 56 57 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 53 class DescribeTunnelRequest < Struct.new( :tunnel_id) SENSITIVE = [] include Aws::Structure end |