Class: Aws::EventBridge::Types::PutPartnerEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::PutPartnerEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::PutPartnerEventsResultEntry>
The results for each event entry the partner submitted in this request.
-
#failed_entry_count ⇒ Integer
The number of events from this operation that could not be written to the partner event bus.
Instance Attribute Details
#entries ⇒ Array<Types::PutPartnerEventsResultEntry>
The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.
For each record, the index of the response element is the same as the index in the request array.
4048 4049 4050 4051 4052 4053 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4048 class PutPartnerEventsResponse < Struct.new( :failed_entry_count, :entries) SENSITIVE = [] include Aws::Structure end |
#failed_entry_count ⇒ Integer
The number of events from this operation that could not be written to the partner event bus.
4048 4049 4050 4051 4052 4053 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4048 class PutPartnerEventsResponse < Struct.new( :failed_entry_count, :entries) SENSITIVE = [] include Aws::Structure end |