Class: Aws::Types::UpdateApnsChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApnsChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apns_channel_request ⇒ Types::APNSChannelRequest
Returns the value of attribute apns_channel_request.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
Instance Attribute Details
#apns_channel_request ⇒ Types::APNSChannelRequest
Returns the value of attribute apns_channel_request.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def apns_channel_request @apns_channel_request end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def application_id @application_id end |