You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::UpdateAdmChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateAdmChannelRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateAdmChannelRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
adm_channel_request: { # required
client_id: "__string", # required
client_secret: "__string", # required
enabled: false,
},
application_id: "__string", # required
}
Instance Attribute Summary collapse
-
#adm_channel_request ⇒ Types::ADMChannelRequest
Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.
.
-
#application_id ⇒ String
Instance Attribute Details
#adm_channel_request ⇒ Types::ADMChannelRequest
Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.