Class: Aws::Types::CreatePushNotificationRegistrationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def client_token
  @client_token
end

#contact_configurationTypes::ContactConfiguration

Returns the value of attribute contact_configuration.



1695
1696
1697
# File 'sig/types.rbs', line 1695

def contact_configuration
  @contact_configuration
end

#device_token::String

Returns the value of attribute device_token.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def device_token
  @device_token
end

#device_type"GCM", ...

Returns the value of attribute device_type.

Returns:

  • ("GCM", "APNS", "APNS_SANDBOX")


1694
1695
1696
# File 'sig/types.rbs', line 1694

def device_type
  @device_type
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def instance_id
  @instance_id
end

#pinpoint_app_arn::String

Returns the value of attribute pinpoint_app_arn.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def pinpoint_app_arn
  @pinpoint_app_arn
end