Class: Aws::Types::CreatePushNotificationRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePushNotificationRegistrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_configuration ⇒ Types::ContactConfiguration
Returns the value of attribute contact_configuration.
-
#device_token ⇒ ::String
Returns the value of attribute device_token.
-
#device_type ⇒ "GCM", ...
Returns the value of attribute device_type.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#pinpoint_app_arn ⇒ ::String
Returns the value of attribute pinpoint_app_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def client_token @client_token end |
#contact_configuration ⇒ Types::ContactConfiguration
Returns the value of attribute contact_configuration.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def contact_configuration @contact_configuration end |
#device_token ⇒ ::String
Returns the value of attribute device_token.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def device_token @device_token end |
#device_type ⇒ "GCM", ...
Returns the value of attribute device_type.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def device_type @device_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def instance_id @instance_id end |
#pinpoint_app_arn ⇒ ::String
Returns the value of attribute pinpoint_app_arn.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def pinpoint_app_arn @pinpoint_app_arn end |