Class: Aws::Pinpoint::Types::GetApnsChannelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Note:

When making an API call, you may pass GetApnsChannelRequest data as a hash:

{
  application_id: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


5055
5056
5057
5058
# File 'lib/aws-sdk-pinpoint/types.rb', line 5055

class GetApnsChannelRequest < Struct.new(
  :application_id)
  include Aws::Structure
end