Class: Aws::IoTDeviceAdvisor::Types::GetEndpointResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotdeviceadvisor/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The response of an Device Advisor endpoint.

Returns:

  • (String)


141
142
143
144
145
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 141

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