Class: Aws::IoTSecureTunneling::Types::CloseTunnelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deleteBoolean

When set to true, IoT Secure Tunneling deletes the tunnel data immediately.

Returns:

  • (Boolean)


22
23
24
25
26
27
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 22

class CloseTunnelRequest < Struct.new(
  :tunnel_id,
  :delete)
  SENSITIVE = []
  include Aws::Structure
end

#tunnel_idString

The ID of the tunnel to close.

Returns:

  • (String)


22
23
24
25
26
27
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 22

class CloseTunnelRequest < Struct.new(
  :tunnel_id,
  :delete)
  SENSITIVE = []
  include Aws::Structure
end