Class: Aws::Pinpoint::Types::GetApnsChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApnsChannelRequest
- 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_id ⇒ String
7882 7883 7884 7885 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7882 class GetApnsChannelRequest < Struct.new( :application_id) include Aws::Structure end |