Class: Aws::CloudWatchEvents::Types::SqsParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::SqsParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
3709 3710 3711 3712 3713 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3709 class SqsParameters < Struct.new( :message_group_id) SENSITIVE = [] include Aws::Structure end |