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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#tunnel_idString

The tunnel to describe.

Returns:

  • (String)


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