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
show all
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

Instance Attribute Details

#adm_channel_requestTypes::ADMChannelRequest

Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.

Returns:

  • (Types::ADMChannelRequest)

    Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.

    .

#application_idString

Returns:

  • (String)