Class: Aws::IoTManagedIntegrations::Types::GetCustomEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetCustomEndpointResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_address ⇒ String
The IoT managed integrations dedicated, custom endpoint for the device to route traffic through.
Instance Attribute Details
#endpoint_address ⇒ String
The IoT managed integrations dedicated, custom endpoint for the device to route traffic through.
1738 1739 1740 1741 1742 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1738 class GetCustomEndpointResponse < Struct.new( :endpoint_address) SENSITIVE = [] include Aws::Structure end |