Class: Aws::EventBridgeV2::Types::PutEventsResponse

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::PutEventsResultEntry>

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

Returns:



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.

Returns:

  • (Integer)


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