Class: Aws::PinpointSMSVoiceV2::Types::CreateOptOutListResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

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

Returns:

  • (Time)


470
471
472
473
474
475
476
477
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 470

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

#opt_out_list_arnString

The Amazon Resource Name (ARN) for the OptOutList.

Returns:

  • (String)


470
471
472
473
474
475
476
477
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 470

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

#opt_out_list_nameString

The name of the new OptOutList.

Returns:

  • (String)


470
471
472
473
474
475
476
477
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 470

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

#tagsArray<Types::Tag>

An array of tags (key and value pairs) associated with the new OptOutList.

Returns:



470
471
472
473
474
475
476
477
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 470

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