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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/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 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1885

class GetMessagingSessionEndpointResponse < Struct.new(
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end