Class: Aws::IoTManagedIntegrations::Types::RegisterCustomEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_addressString

The IoT managed integrations dedicated, custom endpoint for the device to route traffic through.

Returns:

  • (String)


4154
4155
4156
4157
4158
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4154

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