Class: Aws::PinpointSMSVoiceV2::Types::DeleteKeywordResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteKeywordResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyword ⇒ String
The keyword that was deleted.
-
#keyword_action ⇒ String
The action that was associated with the deleted keyword.
-
#keyword_message ⇒ String
The message that was associated with the deleted 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 deleted.
1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1429 class DeleteKeywordResult < Struct.new( :origination_identity_arn, :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#keyword_action ⇒ String
The action that was associated with the deleted keyword.
1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1429 class DeleteKeywordResult < Struct.new( :origination_identity_arn, :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |
#keyword_message ⇒ String
The message that was associated with the deleted keyword.
1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1429 class DeleteKeywordResult < 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.
1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1429 class DeleteKeywordResult < 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.
1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1429 class DeleteKeywordResult < Struct.new( :origination_identity_arn, :origination_identity, :keyword, :keyword_message, :keyword_action) SENSITIVE = [] include Aws::Structure end |