Class: Aws::Types::PutOptedOutNumberResult
- Inherits:
-
Object
- Object
- Aws::Types::PutOptedOutNumberResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_user_opted_out ⇒ Boolean
Returns the value of attribute end_user_opted_out.
-
#opt_out_list_arn ⇒ ::String
Returns the value of attribute opt_out_list_arn.
-
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
-
#opted_out_number ⇒ ::String
Returns the value of attribute opted_out_number.
-
#opted_out_timestamp ⇒ ::Time
Returns the value of attribute opted_out_timestamp.
Instance Attribute Details
#end_user_opted_out ⇒ Boolean
Returns the value of attribute end_user_opted_out.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def end_user_opted_out @end_user_opted_out end |
#opt_out_list_arn ⇒ ::String
Returns the value of attribute opt_out_list_arn.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def opt_out_list_arn @opt_out_list_arn end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def opt_out_list_name @opt_out_list_name end |
#opted_out_number ⇒ ::String
Returns the value of attribute opted_out_number.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def opted_out_number @opted_out_number end |
#opted_out_timestamp ⇒ ::Time
Returns the value of attribute opted_out_timestamp.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def @opted_out_timestamp end |