Class: Aws::Types::Destinations
- Inherits:
-
Object
- Object
- Aws::Types::Destinations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
475 476 477 |
# File 'sig/types.rbs', line 475 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
479 480 481 |
# File 'sig/types.rbs', line 479 def description @description end |
#expression ⇒ ::String
Returns the value of attribute expression.
478 479 480 |
# File 'sig/types.rbs', line 478 def expression @expression end |
#expression_type ⇒ "RuleName", "MqttTopic"
Returns the value of attribute expression_type.
477 478 479 |
# File 'sig/types.rbs', line 477 def expression_type @expression_type end |
#name ⇒ ::String
Returns the value of attribute name.
476 477 478 |
# File 'sig/types.rbs', line 476 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
480 481 482 |
# File 'sig/types.rbs', line 480 def role_arn @role_arn end |