Class: Aws::ChimeSDKMessaging::Types::GetMessagingSessionEndpointResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointTypes::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