Class: Aws::ChimeSDKIdentity::Types::EndpointAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::EndpointAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
The attributes of an ‘Endpoint`.
Constant Summary collapse
- SENSITIVE =
[:device_token, :voip_device_token]
Instance Attribute Summary collapse
-
#device_token ⇒ String
The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
-
#voip_device_token ⇒ String
The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
Instance Attribute Details
#device_token ⇒ String
The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
848 849 850 851 852 853 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 848 class EndpointAttributes < Struct.new( :device_token, :voip_device_token) SENSITIVE = [:device_token, :voip_device_token] include Aws::Structure end |
#voip_device_token ⇒ String
The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
848 849 850 851 852 853 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 848 class EndpointAttributes < Struct.new( :device_token, :voip_device_token) SENSITIVE = [:device_token, :voip_device_token] include Aws::Structure end |