Class: Aws::Chime::Types::GetMessagingSessionEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetMessagingSessionEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
4154 4155 4156 4157 4158 |
# File 'lib/aws-sdk-chime/types.rb', line 4154 class GetMessagingSessionEndpointResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |