Class: Aws::Scheduler::Types::SqsParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb

Overview

The templated target type for the Amazon SQS SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_group_idString

The FIFO message group ID to use as the target.

Returns:

  • (String)


1113
1114
1115
1116
1117
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1113

class SqsParameters < Struct.new(
  :message_group_id)
  SENSITIVE = []
  include Aws::Structure
end