Class: Aws::Types::KeywordInformation
- Inherits:
-
Object
- Object
- Aws::Types::KeywordInformation
- 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.
Instance Attribute Details
#keyword ⇒ ::String
Returns the value of attribute keyword.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def keyword @keyword end |
#keyword_action ⇒ "AUTOMATIC_RESPONSE", ...
Returns the value of attribute keyword_action.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def keyword_action @keyword_action end |
#keyword_message ⇒ ::String
Returns the value of attribute keyword_message.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def @keyword_message end |