You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::SqsAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SqsAction as input to an Aws::Client method, you can use a vanilla Hash:

{
  role_arn: "AwsArn", # required
  queue_url: "QueueUrl", # required
  use_base_64: false,
}

Describes an action to publish data to an Amazon SQS queue.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#queue_urlString

The URL of the Amazon SQS queue.

Returns:

  • (String)

    The URL of the Amazon SQS queue.

#role_arnString

The ARN of the IAM role that grants access.

Returns:

  • (String)

    The ARN of the IAM role that grants access.

#use_base_64Boolean

Specifies whether to use Base64 encoding.

Returns:

  • (Boolean)

    Specifies whether to use Base64 encoding.