Class: Aws::PinpointSMSVoiceV2::Types::OptOutListInformation

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

Overview

The information for all OptOutList in an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time when the OutOutList was created, in UNIX epoch time format.

Returns:

  • (Time)


3460
3461
3462
3463
3464
3465
3466
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3460

class OptOutListInformation < 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.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3460

class OptOutListInformation < 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.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3460

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