Class: Aws::EventBridgeV2::Types::PutEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::PutEventsResponse
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::PutEventsResultEntry>
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::PutEventsResultEntry>
List of per-entry publish results, in the same order as the request entries.
2000 2001 2002 2003 2004 2005 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2000 class PutEventsResponse < 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.
2000 2001 2002 2003 2004 2005 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2000 class PutEventsResponse < Struct.new( :failed_entry_count, :entries) SENSITIVE = [] include Aws::Structure end |