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.
      5500 5501 5502 5503 5504  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5500 class DescribeEndpointResponse < Struct.new( :endpoint_address) SENSITIVE = [] include Aws::Structure end  |