Class: Aws::PinpointSMSVoiceV2::Types::PutKeywordRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::PutKeywordRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyword ⇒ String
The new keyword to add.
-
#keyword_action ⇒ String
The action to perform for the new keyword when it is received.
-
#keyword_message ⇒ String
The message associated with the keyword.
-
#origination_identity ⇒ String
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn.
Instance Attribute Details
#keyword ⇒ String
The new keyword to add.
2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2221 class PutKeywordRequest < Struct.new( :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#keyword_action ⇒ String
The action to perform for the new keyword when it is received.
2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2221 class PutKeywordRequest < Struct.new( :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#keyword_message ⇒ String
The message associated with the keyword.
AUTOMATIC_RESPONSE: A message is sent to the recipient.
OPT_OUT: Keeps the recipient from receiving future messages.
OPT_IN: The recipient wants to receive future messages.
2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2221 class PutKeywordRequest < Struct.new( :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#origination_identity ⇒ String
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers get the values for PhoneNumberId and PhoneNumberArn while DescribeSenderIds can be used to get the values for SenderId and SenderIdArn.
2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2221 class PutKeywordRequest < Struct.new( :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |