Class: Aws::CloudWatchEvents::Types::PutPartnerEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PutPartnerEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::PutPartnerEventsRequestEntry>
The list of events to write to the event bus.
Instance Attribute Details
#entries ⇒ Array<Types::PutPartnerEventsRequestEntry>
The list of events to write to the event bus.
2987 2988 2989 2990 2991 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2987 class PutPartnerEventsRequest < Struct.new( :entries) SENSITIVE = [] include Aws::Structure end |