Class: Aws::Pinpoint::Types::UpdateAdmChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateAdmChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass UpdateAdmChannelRequest data as a 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.
15077 15078 15079 15080 15081 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15077 class UpdateAdmChannelRequest < Struct.new( :adm_channel_request, :application_id) include Aws::Structure end |
#application_id ⇒ String
15077 15078 15079 15080 15081 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15077 class UpdateAdmChannelRequest < Struct.new( :adm_channel_request, :application_id) include Aws::Structure end |