Class: Aws::Types::EndpointAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:device_token, :voip_device_token])

Instance Attribute Summary collapse

Instance Attribute Details

#device_token::String

Returns the value of attribute device_token.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def device_token
  @device_token
end

#voip_device_token::String

Returns the value of attribute voip_device_token.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def voip_device_token
  @voip_device_token
end