Class: Aws::Chime::Types::GetMessagingSessionEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetMessagingSessionEndpointResponse
- Defined in:
- gems/aws-sdk-chime/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.
4390 4391 4392 4393 4394 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4390 class GetMessagingSessionEndpointResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |