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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4842
4843
4844
4845
4846
# File 'lib/aws-sdk-eventbridge/types.rb', line 4842

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