Class: Aws::Types::DeleteKeywordResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKeywordResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyword ⇒ ::String
Returns the value of attribute keyword.
-
#keyword_action ⇒ "AUTOMATIC_RESPONSE", ...
Returns the value of attribute keyword_action.
-
#keyword_message ⇒ ::String
Returns the value of attribute keyword_message.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
Instance Attribute Details
#keyword ⇒ ::String
Returns the value of attribute keyword.
461 462 463 |
# File 'sig/types.rbs', line 461 def keyword @keyword end |
#keyword_action ⇒ "AUTOMATIC_RESPONSE", ...
Returns the value of attribute keyword_action.
463 464 465 |
# File 'sig/types.rbs', line 463 def keyword_action @keyword_action end |
#keyword_message ⇒ ::String
Returns the value of attribute keyword_message.
462 463 464 |
# File 'sig/types.rbs', line 462 def @keyword_message end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
460 461 462 |
# File 'sig/types.rbs', line 460 def origination_identity @origination_identity end |
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
459 460 461 |
# File 'sig/types.rbs', line 459 def origination_identity_arn @origination_identity_arn end |