Class: Aws::EventBridgeV2::Types::PutEventsSystemMetadata

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

Overview

System metadata for PutEvents entries. ContentType is not applicable (always application/eventbridge+json, set server-side).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deduplication_id ⇒ String

Deduplication ID for FIFO deduplication.

Returns:

  • (String)


2056
2057
2058
2059
2060
2061
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2056

class PutEventsSystemMetadata < Struct.new(
  :event_group_id,
  :deduplication_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_group_id ⇒ String

Event group ID for FIFO ordering.

Returns:

  • (String)


2056
2057
2058
2059
2060
2061
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2056

class PutEventsSystemMetadata < Struct.new(
  :event_group_id,
  :deduplication_id)
  SENSITIVE = []
  include Aws::Structure
end