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

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

Overview

The output from the DescribeEndpoint operation.

Constant Summary collapse

SENSITIVE =
[]

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)


5500
5501
5502
5503
5504
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5500

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