Class: Aws::Types::CreateOptOutListResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateOptOutListResult
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
228 229 230 |
# File 'sig/types.rbs', line 228 def @created_timestamp end |
#opt_out_list_arn ⇒ ::String
Returns the value of attribute opt_out_list_arn.
225 226 227 |
# File 'sig/types.rbs', line 225 def opt_out_list_arn @opt_out_list_arn end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
226 227 228 |
# File 'sig/types.rbs', line 226 def opt_out_list_name @opt_out_list_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
227 228 229 |
# File 'sig/types.rbs', line 227 def @tags end |