Class: Aws::Types::DeleteOptOutListResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteOptOutListResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
514 515 516 |
# File 'sig/types.rbs', line 514 def @created_timestamp end |
#opt_out_list_arn ⇒ ::String
Returns the value of attribute opt_out_list_arn.
512 513 514 |
# File 'sig/types.rbs', line 512 def opt_out_list_arn @opt_out_list_arn end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
513 514 515 |
# File 'sig/types.rbs', line 513 def opt_out_list_name @opt_out_list_name end |