Class: Aws::Pinpoint::Types::UpdateAdmChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateAdmChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
12280 12281 12282 12283 12284 12285 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12280 class UpdateAdmChannelRequest < Struct.new( :adm_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
12280 12281 12282 12283 12284 12285 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12280 class UpdateAdmChannelRequest < Struct.new( :adm_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |