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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


6037
6038
6039
6040
6041
# File 'lib/aws-sdk-pinpoint/types.rb', line 6037

class GetApnsChannelRequest < Struct.new(
  :application_id)
  SENSITIVE = []
  include Aws::Structure
end