Class: Aws::EventBridgeV2::Types::PutRawEventsSystemMetadata

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

Overview

System metadata for PutRawEvents entries. ContentType is required because PutRawEvents supports arbitrary binary formats.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_type ⇒ String

Content type of the event data (e.g., "application/cloudevents+json").

Returns:

  • (String)


2194
2195
2196
2197
2198
2199
2200
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2194

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

#deduplication_id ⇒ String

Deduplication ID for FIFO deduplication.

Returns:

  • (String)


2194
2195
2196
2197
2198
2199
2200
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2194

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

#event_group_id ⇒ String

Event group ID for FIFO ordering.

Returns:

  • (String)


2194
2195
2196
2197
2198
2199
2200
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2194

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