Class: Aws::Types::CreateOptOutListRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOptOutListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
220 221 222 |
# File 'sig/types.rbs', line 220 def client_token @client_token end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def opt_out_list_name @opt_out_list_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
219 220 221 |
# File 'sig/types.rbs', line 219 def @tags end |