Class: Aws::Pinpoint::Types::PutEventStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::PutEventStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
-
#write_event_stream ⇒ Types::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.
Instance Attribute Details
#application_id ⇒ String
10216 10217 10218 10219 10220 10221 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 10216 class PutEventStreamRequest < Struct.new( :application_id, :write_event_stream) SENSITIVE = [] include Aws::Structure end |
#write_event_stream ⇒ Types::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 'lib/aws-sdk-pinpoint/types.rb', line 10216 class PutEventStreamRequest < Struct.new( :application_id, :write_event_stream) SENSITIVE = [] include Aws::Structure end |