Class: Aws::IoTSecureTunneling::Types::CloseTunnelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::CloseTunnelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete ⇒ Boolean
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
-
#tunnel_id ⇒ String
The ID of the tunnel to close.
Instance Attribute Details
#delete ⇒ Boolean
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
22 23 24 25 26 27 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 22 class CloseTunnelRequest < Struct.new( :tunnel_id, :delete) SENSITIVE = [] include Aws::Structure end |
#tunnel_id ⇒ String
The ID of the tunnel to close.
22 23 24 25 26 27 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 22 class CloseTunnelRequest < Struct.new( :tunnel_id, :delete) SENSITIVE = [] include Aws::Structure end |