class Aws::IoT::Types::RepublishAction
@return [Integer]
messages. The default value is 0.
The Quality of Service (QoS) level to use when republishing
@!attribute [rw] qos
@return [String]
The name of the MQTT topic.
@!attribute [rw] topic
@return [String]
The ARN of the IAM role that grants access.
@!attribute [rw] role_arn
}
qos: 1,
topic: “TopicPattern”, # required
role_arn: “AwsArn”, # required
{
data as a hash:
@note When making an API call, you may pass RepublishAction
Describes an action to republish to another topic.