Class: Aws::IoTDeviceAdvisor::Types::GetEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::GetEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The response of an Device Advisor endpoint.
Instance Attribute Details
#endpoint ⇒ String
The response of an Device Advisor endpoint.
141 142 143 144 145 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 141 class GetEndpointResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |