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)


10192
10193
10194
10195
10196
10197
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10192

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.



10192
10193
10194
10195
10196
10197
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10192

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