Class: Aws::PinpointSMSVoiceV2::Types::OptedOutNumberInformation

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

Overview

The information for an opted out number in an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_user_opted_outBoolean

This is set to true if it was the end recipient that opted out.

Returns:

  • (Boolean)


3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3144

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

#opted_out_numberString

The phone number that is opted out.

Returns:

  • (String)


3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3144

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

#opted_out_timestampTime

The time that the op tout occurred, in UNIX epoch time format.

Returns:

  • (Time)


3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3144

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