Class: Aws::SNS::Types::CreateEndpointResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SNS::Types::CreateEndpointResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sns/types.rb
 
Overview
Response from CreateEndpoint action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
EndpointArn returned from CreateEndpoint action.
 
Instance Attribute Details
#endpoint_arn ⇒ String
EndpointArn returned from CreateEndpoint action.
      214 215 216 217 218  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 214 class CreateEndpointResponse < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end  |