Class: Aws::Types::OptedOutNumberInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_user_opted_outBoolean

Returns the value of attribute end_user_opted_out.

Returns:

  • (Boolean)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def end_user_opted_out
  @end_user_opted_out
end

#opted_out_number::String

Returns the value of attribute opted_out_number.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def opted_out_number
  @opted_out_number
end

#opted_out_timestamp::Time

Returns the value of attribute opted_out_timestamp.

Returns:

  • (::Time)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def opted_out_timestamp
  @opted_out_timestamp
end