Class: Aws::Types::OptedOutNumberInformation
- Inherits:
-
Object
- Object
- Aws::Types::OptedOutNumberInformation
- 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.
-
#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.
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.
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.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def @opted_out_timestamp end |