Class: Aws::PinpointSMSVoiceV2::Types::PutOptedOutNumberResult

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

#end_user_opted_outBoolean

This is true if it was the end user who requested their phone number be removed.

Returns:

  • (Boolean)


4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4017

class PutOptedOutNumberResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :opted_out_number,
  :opted_out_timestamp,
  :end_user_opted_out)
  SENSITIVE = []
  include Aws::Structure
end

#opt_out_list_arnString

The OptOutListArn that the phone number was removed from.

Returns:

  • (String)


4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4017

class PutOptedOutNumberResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :opted_out_number,
  :opted_out_timestamp,
  :end_user_opted_out)
  SENSITIVE = []
  include Aws::Structure
end

#opt_out_list_nameString

The OptOutListName that the phone number was removed from.

Returns:

  • (String)


4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4017

class PutOptedOutNumberResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :opted_out_number,
  :opted_out_timestamp,
  :end_user_opted_out)
  SENSITIVE = []
  include Aws::Structure
end

#opted_out_numberString

The phone number that was added to the OptOutList.

Returns:

  • (String)


4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4017

class PutOptedOutNumberResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :opted_out_number,
  :opted_out_timestamp,
  :end_user_opted_out)
  SENSITIVE = []
  include Aws::Structure
end

#opted_out_timestampTime

The time that the phone number was added to the OptOutList, in UNIX epoch time format.

Returns:

  • (Time)


4017
4018
4019
4020
4021
4022
4023
4024
4025
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4017

class PutOptedOutNumberResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :opted_out_number,
  :opted_out_timestamp,
  :end_user_opted_out)
  SENSITIVE = []
  include Aws::Structure
end