Class: Aws::ChimeSDKMessaging::Types::GetMessagingSessionEndpointRequest

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

#network_typeString

The type of network for the messaging session endpoint. Either IPv4 only or dual-stack (IPv4 and IPv6).

Returns:

  • (String)


1881
1882
1883
1884
1885
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1881

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