Class: Aws::IoTSecureTunneling::Types::DescribeTunnelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::DescribeTunnelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Overview
Note:
When making an API call, you may pass DescribeTunnelRequest data as a hash:
{
tunnel_id: "TunnelId", # required
}
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.
68 69 70 71 72 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 68 class DescribeTunnelRequest < Struct.new( :tunnel_id) SENSITIVE = [] include Aws::Structure end |