You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::SqsParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::SqsParameters
- Defined in:
- (unknown)
Overview
Note:
When passing SqsParameters as input to an Aws::Client method, you can use a vanilla Hash:
{
message_group_id: "MessageGroupId",
}
This structure includes the custom parameter to be used when the target is an SQS FIFO queue.
Returned by:
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.