Class: Aws::IoT::Types::DescribeEndpointResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The output from the DescribeEndpoint operation.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_addressString

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

Returns:

  • (String)


3904
3905
3906
3907
# File 'lib/aws-sdk-iot/types.rb', line 3904

class DescribeEndpointResponse < Struct.new(
  :endpoint_address)
  include Aws::Structure
end