Class: Aws::Types::UpdateApnsSandboxChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApnsSandboxChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apns_sandbox_channel_request ⇒ Types::APNSSandboxChannelRequest
Returns the value of attribute apns_sandbox_channel_request.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
Instance Attribute Details
#apns_sandbox_channel_request ⇒ Types::APNSSandboxChannelRequest
Returns the value of attribute apns_sandbox_channel_request.
2958 2959 2960 |
# File 'sig/types.rbs', line 2958 def apns_sandbox_channel_request @apns_sandbox_channel_request end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def application_id @application_id end |