Class: Aws::IoT::Types::RepublishAction

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

Overview

Describes an action to republish to another topic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#headersTypes::MqttHeaders

MQTT Version 5.0 headers information. For more information, see MQTT from the Amazon Web Services IoT Core Developer Guide.

Returns:



13181
13182
13183
13184
13185
13186
13187
13188
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13181

class RepublishAction < Struct.new(
  :role_arn,
  :topic,
  :qos,
  :headers)
  SENSITIVE = []
  include Aws::Structure
end

#qosInteger

The Quality of Service (QoS) level to use when republishing messages. The default value is 0.

Returns:

  • (Integer)


13181
13182
13183
13184
13185
13186
13187
13188
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13181

class RepublishAction < Struct.new(
  :role_arn,
  :topic,
  :qos,
  :headers)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that grants access.

Returns:

  • (String)


13181
13182
13183
13184
13185
13186
13187
13188
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13181

class RepublishAction < Struct.new(
  :role_arn,
  :topic,
  :qos,
  :headers)
  SENSITIVE = []
  include Aws::Structure
end

#topicString

The name of the MQTT topic.

Returns:

  • (String)


13181
13182
13183
13184
13185
13186
13187
13188
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13181

class RepublishAction < Struct.new(
  :role_arn,
  :topic,
  :qos,
  :headers)
  SENSITIVE = []
  include Aws::Structure
end