Class: Aws::IoTSecureTunneling::Types::DescribeTunnelRequest

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

#tunnel_idString

The tunnel to describe.

Returns:

  • (String)


53
54
55
56
57
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 53

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