Class: Aws::Types::PutKeywordResult
- Inherits:
-
Object
- Object
- Aws::Types::PutKeywordResult
- 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.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def keyword @keyword end |
#keyword_action ⇒ "AUTOMATIC_RESPONSE", ...
Returns the value of attribute keyword_action.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def keyword_action @keyword_action end |
#keyword_message ⇒ ::String
Returns the value of attribute keyword_message.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def @keyword_message end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def origination_identity @origination_identity end |
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def origination_identity_arn @origination_identity_arn end |