Class: Aws::ChimeSDKMessaging::Types::GetMessagingSessionEndpointResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKMessaging::Types::GetMessagingSessionEndpointResponse
 
- Defined in:
- gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #endpoint  ⇒ Types::MessagingSessionEndpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The endpoint returned in the response. 
Instance Attribute Details
#endpoint ⇒ Types::MessagingSessionEndpoint
The endpoint returned in the response.
| 1893 1894 1895 1896 1897 | # File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1893 class GetMessagingSessionEndpointResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |