Class: Aws::IoT::Types::DescribeEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the DescribeEndpoint operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_address ⇒ String
The endpoint.
Instance Attribute Details
#endpoint_address ⇒ String
The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
5764 5765 5766 5767 5768 |
# File 'lib/aws-sdk-iot/types.rb', line 5764 class DescribeEndpointResponse < Struct.new( :endpoint_address) SENSITIVE = [] include Aws::Structure end |