Class: Aws::PinpointSMSVoiceV2::Types::DeleteOptedOutNumberRequest

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

#opt_out_list_nameString

The OptOutListName or OptOutListArn to remove the phone number from.

Returns:

  • (String)


1467
1468
1469
1470
1471
1472
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1467

class DeleteOptedOutNumberRequest < Struct.new(
  :opt_out_list_name,
  :opted_out_number)
  SENSITIVE = []
  include Aws::Structure
end

#opted_out_numberString

The phone number, in E.164 format, to remove from the OptOutList.

Returns:

  • (String)


1467
1468
1469
1470
1471
1472
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1467

class DeleteOptedOutNumberRequest < Struct.new(
  :opt_out_list_name,
  :opted_out_number)
  SENSITIVE = []
  include Aws::Structure
end