Class: Aws::Pinpoint::Types::GetChannelsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


6491
6492
6493
6494
6495
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6491

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