Class: Aws::CloudWatchEvents::Types::PutEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PutEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::PutEventsRequestEntry>
The entry that defines an event in your system.
Instance Attribute Details
#entries ⇒ Array<Types::PutEventsRequestEntry>
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
2867 2868 2869 2870 2871 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2867 class PutEventsRequest < Struct.new( :entries) SENSITIVE = [] include Aws::Structure end |