Class: Aws::Pinpoint::Types::GetAdmChannelRequest

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)


6003
6004
6005
6006
6007
# File 'lib/aws-sdk-pinpoint/types.rb', line 6003

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