Class: Aws::PinpointSMSVoiceV2::Types::DeleteOptOutListRequest

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

#opt_out_list_nameString

The OptOutListName or OptOutListArn of the OptOutList to delete. You can use DescribeOptOutLists to find the values for OptOutListName and OptOutListArn.

Returns:

  • (String)


1424
1425
1426
1427
1428
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1424

class DeleteOptOutListRequest < Struct.new(
  :opt_out_list_name)
  SENSITIVE = []
  include Aws::Structure
end