Class: Aws::Types::UpdateApnsVoipChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApnsVoipChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apns_voip_channel_request ⇒ Types::APNSVoipChannelRequest
Returns the value of attribute apns_voip_channel_request.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
Instance Attribute Details
#apns_voip_channel_request ⇒ Types::APNSVoipChannelRequest
Returns the value of attribute apns_voip_channel_request.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def apns_voip_channel_request @apns_voip_channel_request end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
2970 2971 2972 |
# File 'sig/types.rbs', line 2970 def application_id @application_id end |