Class: Aws::Types::CreateDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
198 199 200 |
# File 'sig/types.rbs', line 198 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
195 196 197 |
# File 'sig/types.rbs', line 195 def description @description end |
#expression ⇒ ::String
Returns the value of attribute expression.
194 195 196 |
# File 'sig/types.rbs', line 194 def expression @expression end |
#expression_type ⇒ "RuleName", "MqttTopic"
Returns the value of attribute expression_type.
193 194 195 |
# File 'sig/types.rbs', line 193 def expression_type @expression_type end |
#name ⇒ ::String
Returns the value of attribute name.
192 193 194 |
# File 'sig/types.rbs', line 192 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
197 198 199 |
# File 'sig/types.rbs', line 197 def @tags end |