Class: Aws::Pinpoint::Types::PutEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::PutEventsResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events_response ⇒ Types::EventsResponse
Provides information about endpoints and the events that they're associated with.
Instance Attribute Details
#events_response ⇒ Types::EventsResponse
Provides information about endpoints and the events that they're associated with.
14282 14283 14284 14285 14286 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 14282 class PutEventsResponse < Struct.new( :events_response) SENSITIVE = [] include Aws::Structure end |