Class: Aws::Types::PutOptedOutNumberRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutOptedOutNumberRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def opt_out_list_name @opt_out_list_name end |
#opted_out_number ⇒ ::String
Returns the value of attribute opted_out_number.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def opted_out_number @opted_out_number end |