Class: Aws::Pinpoint::Types::PutEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::PutEventsRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
-
#events_request ⇒ Types::EventsRequest
Specifies a batch of events to process.
Instance Attribute Details
#application_id ⇒ String
9713 9714 9715 9716 9717 9718 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9713 class PutEventsRequest < Struct.new( :application_id, :events_request) SENSITIVE = [] include Aws::Structure end |
#events_request ⇒ Types::EventsRequest
Specifies a batch of events to process.
9713 9714 9715 9716 9717 9718 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9713 class PutEventsRequest < Struct.new( :application_id, :events_request) SENSITIVE = [] include Aws::Structure end |