Class: Aws::Types::OptOutListInformation
- Inherits:
-
Object
- Object
- Aws::Types::OptOutListInformation
- 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.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def @created_timestamp end |
#opt_out_list_arn ⇒ ::String
Returns the value of attribute opt_out_list_arn.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def opt_out_list_arn @opt_out_list_arn end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def opt_out_list_name @opt_out_list_name end |