Class: Aws::Types::PutKeywordRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutKeywordRequest
- 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.
Instance Attribute Details
#keyword ⇒ ::String
Returns the value of attribute keyword.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def keyword @keyword end |
#keyword_action ⇒ "AUTOMATIC_RESPONSE", ...
Returns the value of attribute keyword_action.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def keyword_action @keyword_action end |
#keyword_message ⇒ ::String
Returns the value of attribute keyword_message.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def @keyword_message end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def origination_identity @origination_identity end |