Class: Aws::ChimeSDKMessaging::Types::GetMessagingSessionEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::GetMessagingSessionEndpointRequest
- Defined in:
- gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_type ⇒ String
The type of network for the messaging session endpoint.
Instance Attribute Details
#network_type ⇒ String
The type of network for the messaging session endpoint. Either IPv4 only or dual-stack (IPv4 and IPv6).
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 |