Class: Aws::Types::UpdateDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#expression_type ⇒ "RuleName", "MqttTopic"
Returns the value of attribute expression_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def description @description end |
#expression ⇒ ::String
Returns the value of attribute expression.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def expression @expression end |
#expression_type ⇒ "RuleName", "MqttTopic"
Returns the value of attribute expression_type.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def expression_type @expression_type end |
#name ⇒ ::String
Returns the value of attribute name.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def role_arn @role_arn end |