Class: Aws::PinpointSMSVoiceV2::Types::PutKeywordResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::PutKeywordResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyword ⇒ String
The keyword that was added.
-
#keyword_action ⇒ String
The action to perform when the keyword is used.
-
#keyword_message ⇒ String
The message associated with the keyword.
-
#origination_identity ⇒ String
The PhoneNumberId or PoolId that the keyword was associated with.
-
#origination_identity_arn ⇒ String
The PhoneNumberArn or PoolArn that the keyword was associated with.
Instance Attribute Details
#keyword ⇒ String
The keyword that was added.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4139 class PutKeywordResult < Struct.new( :origination_identity_arn, :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#keyword_action ⇒ String
The action to perform when the keyword is used.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4139 class PutKeywordResult < Struct.new( :origination_identity_arn, :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#keyword_message ⇒ String
The message associated with the keyword.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4139 class PutKeywordResult < Struct.new( :origination_identity_arn, :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#origination_identity ⇒ String
The PhoneNumberId or PoolId that the keyword was associated with.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4139 class PutKeywordResult < Struct.new( :origination_identity_arn, :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#origination_identity_arn ⇒ String
The PhoneNumberArn or PoolArn that the keyword was associated with.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4139 class PutKeywordResult < Struct.new( :origination_identity_arn, :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |