class Aws::IoT::Types::SqsAction


@return [Boolean]
Specifies whether to use Base64 encoding.
@!attribute [rw] use_base_64
@return [String]
The URL of the Amazon SQS queue.
@!attribute [rw] queue_url
@return [String]
The ARN of the IAM role that grants access.
@!attribute [rw] role_arn
}
use_base_64: false,
queue_url: “QueueUrl”, # required
role_arn: “AwsArn”, # required
{
data as a hash:
@note When making an API call, you may pass SqsAction
Describes an action to publish data to an Amazon SQS queue.