Class: Aws::Pinpoint::Types::GetApnsChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApnsChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
6061 6062 6063 6064 6065 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6061 class GetApnsChannelRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |