Class: Aws::PinpointSMSVoiceV2::Types::DeleteOptOutListResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time when the OptOutList was created, in [UNIX epoch time] format.

[1]: www.epochconverter.com/

Returns:

  • (Time)


1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1577

class DeleteOptOutListResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#opt_out_list_arnString

The Amazon Resource Name (ARN) of the OptOutList that was removed.

Returns:

  • (String)


1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1577

class DeleteOptOutListResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#opt_out_list_nameString

The name of the OptOutList that was removed.

Returns:

  • (String)


1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1577

class DeleteOptOutListResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end