Class: Aws::EventBridgeV2::Types::PutRawEventsSystemMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::PutRawEventsSystemMetadata
- 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
-
#content_type ⇒ String
Content type of the event data (e.g., "application/cloudevents+json").
-
#deduplication_id ⇒ String
Deduplication ID for FIFO deduplication.
-
#event_group_id ⇒ String
Event group ID for FIFO ordering.
Instance Attribute Details
#content_type ⇒ String
Content type of the event data (e.g., "application/cloudevents+json").
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.
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.
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 |