Class: Aws::EventBridgeV2::Types::PutRawEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::PutRawEventsResponse
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::PutRawEventsResultEntry>
List of per-entry publish results, in the same order as the request entries.
-
#failed_entry_count ⇒ Integer
The number of entries in the batch that failed to be published.
Instance Attribute Details
#entries ⇒ Array<Types::PutRawEventsResultEntry>
List of per-entry publish results, in the same order as the request entries.
2131 2132 2133 2134 2135 2136 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2131 class PutRawEventsResponse < Struct.new( :failed_entry_count, :entries) SENSITIVE = [] include Aws::Structure end |
#failed_entry_count ⇒ Integer
The number of entries in the batch that failed to be published.
2131 2132 2133 2134 2135 2136 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2131 class PutRawEventsResponse < Struct.new( :failed_entry_count, :entries) SENSITIVE = [] include Aws::Structure end |