Class: Aws::Types::CloseTunnelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#deleteBoolean

Returns the value of attribute delete.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def delete
  @delete
end

#tunnel_id::String

Returns the value of attribute tunnel_id.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def tunnel_id
  @tunnel_id
end