Class: Aws::Types::UpdateApnsVoipSandboxChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApnsVoipSandboxChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apns_voip_sandbox_channel_request ⇒ Types::APNSVoipSandboxChannelRequest
Returns the value of attribute apns_voip_sandbox_channel_request.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
Instance Attribute Details
#apns_voip_sandbox_channel_request ⇒ Types::APNSVoipSandboxChannelRequest
Returns the value of attribute apns_voip_sandbox_channel_request.
2980 2981 2982 |
# File 'sig/types.rbs', line 2980 def apns_voip_sandbox_channel_request @apns_voip_sandbox_channel_request end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
2981 2982 2983 |
# File 'sig/types.rbs', line 2981 def application_id @application_id end |