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

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)


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

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.



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

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