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.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def keyword @keyword end |
#keyword_action ⇒ "AUTOMATIC_RESPONSE", ...
Returns the value of attribute keyword_action.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def keyword_action @keyword_action end |
#keyword_message ⇒ ::String
Returns the value of attribute keyword_message.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def @keyword_message end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def origination_identity @origination_identity end |