Class: Aws::Types::DeleteOptedOutNumberResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteOptedOutNumberResult
- 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.
529 530 531 |
# File 'sig/types.rbs', line 529 def end_user_opted_out @end_user_opted_out end |
#opt_out_list_arn ⇒ ::String
Returns the value of attribute opt_out_list_arn.
525 526 527 |
# File 'sig/types.rbs', line 525 def opt_out_list_arn @opt_out_list_arn end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
526 527 528 |
# File 'sig/types.rbs', line 526 def opt_out_list_name @opt_out_list_name end |
#opted_out_number ⇒ ::String
Returns the value of attribute opted_out_number.
527 528 529 |
# File 'sig/types.rbs', line 527 def opted_out_number @opted_out_number end |
#opted_out_timestamp ⇒ ::Time
Returns the value of attribute opted_out_timestamp.
528 529 530 |
# File 'sig/types.rbs', line 528 def @opted_out_timestamp end |