Class: Aws::EventBridge::Types::SqsParameters

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

Overview

This structure includes the custom parameter to be used when the target is an SQS FIFO queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_group_idString

The FIFO message group ID to use as the target.

Returns:

  • (String)


4329
4330
4331
4332
4333
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4329

class SqsParameters < Struct.new(
  :message_group_id)
  SENSITIVE = []
  include Aws::Structure
end