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
show all
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

Instance Attribute Details

#message_group_idString

The FIFO message group ID to use as the target.

Returns:

  • (String)

    The FIFO message group ID to use as the target.