Class: Aws::Pinpoint::Types::GetApnsChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApnsChannelRequest
- Defined in:
- gems/aws-sdk-pinpoint/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
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
9077 9078 9079 9080 9081 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9077 class GetApnsChannelRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |