Class: Aws::Types::RepublishAction
- Inherits:
-
Object
- Object
- Aws::Types::RepublishAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#headers ⇒ Types::MqttHeaders
Returns the value of attribute headers.
-
#qos ⇒ ::Integer
Returns the value of attribute qos.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#topic ⇒ ::String
Returns the value of attribute topic.
Instance Attribute Details
#headers ⇒ Types::MqttHeaders
Returns the value of attribute headers.
4299 4300 4301 |
# File 'sig/types.rbs', line 4299 def headers @headers end |
#qos ⇒ ::Integer
Returns the value of attribute qos.
4298 4299 4300 |
# File 'sig/types.rbs', line 4298 def qos @qos end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4296 4297 4298 |
# File 'sig/types.rbs', line 4296 def role_arn @role_arn end |
#topic ⇒ ::String
Returns the value of attribute topic.
4297 4298 4299 |
# File 'sig/types.rbs', line 4297 def topic @topic end |