Class: Aws::PinpointSMSVoiceV2::Types::KeywordInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::KeywordInformation
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The information for all keywords in a pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyword ⇒ String
The keyword as a string.
-
#keyword_action ⇒ String
The action to perform for the keyword.
-
#keyword_message ⇒ String
A custom message that can be used with the keyword.
Instance Attribute Details
#keyword ⇒ String
The keyword as a string.
3441 3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3441 class KeywordInformation < Struct.new( :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#keyword_action ⇒ String
The action to perform for the keyword.
3441 3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3441 class KeywordInformation < Struct.new( :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#keyword_message ⇒ String
A custom message that can be used with the keyword.
3441 3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3441 class KeywordInformation < Struct.new( :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |