Class: Aws::Types::DeleteOptOutListResult

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)


514
515
516
# File 'sig/types.rbs', line 514

def created_timestamp
  @created_timestamp
end

#opt_out_list_arn::String

Returns the value of attribute opt_out_list_arn.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

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)


513
514
515
# File 'sig/types.rbs', line 513

def opt_out_list_name
  @opt_out_list_name
end