Class: Aws::ChimeSDKMessaging::Types::GetMessagingSessionEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::GetMessagingSessionEndpointResponse
- Includes:
- Structure
- Defined in:
- 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.
1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1885 class GetMessagingSessionEndpointResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |