class
Amazonite::EventBridge::SqsParameters
- Amazonite::EventBridge::SqsParameters
- Reference
- Object
Overview
This structure includes the custom parameter to be used when the target is an SQS FIFO queue.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/sqs_parameters.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#message_group_id : String | Nil
The FIFO message group ID to use as the target.
-
#message_group_id=(message_group_id : String | Nil)
The FIFO message group ID to use as the target.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def message_group_id=(message_group_id : String | Nil)
#
The FIFO message group ID to use as the target.