Class: Aws::Types::CreateOptOutListRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def tags
  @tags
end