You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::PutEventStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::PutEventStreamRequest
- Defined in:
- (unknown)
Overview
Note:
When passing PutEventStreamRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
application_id: "__string", # required
write_event_stream: { # required
destination_stream_arn: "__string", # required
role_arn: "__string", # required
},
}
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
#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.