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.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def keyword @keyword end |
#keyword_action ⇒ "AUTOMATIC_RESPONSE", ...
Returns the value of attribute keyword_action.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def keyword_action @keyword_action end |
#keyword_message ⇒ ::String
Returns the value of attribute keyword_message.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def @keyword_message end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def origination_identity @origination_identity end |
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def origination_identity_arn @origination_identity_arn end |