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)


1258
1259
1260
1261
1262
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1258

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