Class: Aws::Types::CustomDeliveryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomDeliveryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_uri ⇒ ::String
Returns the value of attribute delivery_uri.
-
#endpoint_types ⇒ ::Array[("PUSH" | "GCM" | "APNS" | "APNS_SANDBOX" | "APNS_VOIP" | "APNS_VOIP_SANDBOX" | "ADM" | "SMS" | "VOICE" | "EMAIL" | "BAIDU" | "CUSTOM" | "IN_APP")]
Returns the value of attribute endpoint_types.
Instance Attribute Details
#delivery_uri ⇒ ::String
Returns the value of attribute delivery_uri.
670 671 672 |
# File 'sig/types.rbs', line 670 def delivery_uri @delivery_uri end |
#endpoint_types ⇒ ::Array[("PUSH" | "GCM" | "APNS" | "APNS_SANDBOX" | "APNS_VOIP" | "APNS_VOIP_SANDBOX" | "ADM" | "SMS" | "VOICE" | "EMAIL" | "BAIDU" | "CUSTOM" | "IN_APP")]
Returns the value of attribute endpoint_types.
671 672 673 |
# File 'sig/types.rbs', line 671 def endpoint_types @endpoint_types end |