Class: Aws::Types::CreateOptOutListResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


228
229
230
# File 'sig/types.rbs', line 228

def created_timestamp
  @created_timestamp
end

#opt_out_list_arn::String

Returns the value of attribute opt_out_list_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def tags
  @tags
end