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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queue_urlString

The URL of the Amazon SQS queue.

Returns:

  • (String)


13937
13938
13939
13940
13941
13942
13943
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13937

class SqsAction < Struct.new(
  :role_arn,
  :queue_url,
  :use_base_64)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that grants access.

Returns:

  • (String)


13937
13938
13939
13940
13941
13942
13943
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13937

class SqsAction < Struct.new(
  :role_arn,
  :queue_url,
  :use_base_64)
  SENSITIVE = []
  include Aws::Structure
end

#use_base_64Boolean

Specifies whether to use Base64 encoding.

Returns:

  • (Boolean)


13937
13938
13939
13940
13941
13942
13943
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13937

class SqsAction < Struct.new(
  :role_arn,
  :queue_url,
  :use_base_64)
  SENSITIVE = []
  include Aws::Structure
end