Class: Aws::PinpointSMSVoiceV2::Types::PutOptedOutNumberRequest

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 add the phone number to.

If you are using a shared End User Messaging SMS resource then you must use the full Amazon Resource Name(ARN).

Returns:

  • (String)


5576
5577
5578
5579
5580
5581
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5576

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

#opted_out_numberString

The phone number to add to the OptOutList in E.164 format.

Returns:

  • (String)


5576
5577
5578
5579
5580
5581
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5576

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