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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdeviceadvisor/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)


131
132
133
134
135
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 131

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