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)


4537
4538
4539
4540
4541
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4537

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