Class: Aws::PinpointSMSVoiceV2::Types::DeleteKeywordRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keywordString

The keyword to delete.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1211

class DeleteKeywordRequest < Struct.new(
  :origination_identity,
  :keyword)
  SENSITIVE = []
  include Aws::Structure
end

#origination_identityString

The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn and DescribePools to find the values of PoolId and PoolArn.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1211

class DeleteKeywordRequest < Struct.new(
  :origination_identity,
  :keyword)
  SENSITIVE = []
  include Aws::Structure
end