Class: Aws::EventBridgeV2::Types::PutRawEventsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entries ⇒ Array<Types::PutRawEventsResultEntry>

List of per-entry publish results, in the same order as the request entries.

Returns:



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.

Returns:

  • (Integer)


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