Class: Aws::EventBridge::Types::SqsParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::SqsParameters
- 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
-
#message_group_id ⇒ String
The FIFO message group ID to use as the target.
Instance Attribute Details
#message_group_id ⇒ String
The FIFO message group ID to use as the target.
4537 4538 4539 4540 4541 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4537 class SqsParameters < Struct.new( :message_group_id) SENSITIVE = [] include Aws::Structure end |