Class: Aws::CloudWatchEvents::Types::PutEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PutEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::PutEventsResultEntry>
The successfully and unsuccessfully ingested events results.
-
#failed_entry_count ⇒ Integer
The number of failed entries.
Instance Attribute Details
#entries ⇒ Array<Types::PutEventsResultEntry>
The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
2950 2951 2952 2953 2954 2955 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2950 class PutEventsResponse < Struct.new( :failed_entry_count, :entries) SENSITIVE = [] include Aws::Structure end |
#failed_entry_count ⇒ Integer
The number of failed entries.
2950 2951 2952 2953 2954 2955 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2950 class PutEventsResponse < Struct.new( :failed_entry_count, :entries) SENSITIVE = [] include Aws::Structure end |