Class: Aws::Pinpoint::Types::PutEventStreamRequest

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)


10216
10217
10218
10219
10220
10221
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10216

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

#write_event_streamTypes::WriteEventStream

Specifies the Amazon Resource Name (ARN) of an event stream to publish events to and the AWS Identity and Access Management (IAM) role to use when publishing those events.



10216
10217
10218
10219
10220
10221
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10216

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