Class: Aws::PinpointSMSVoiceV2::Types::DeleteOptOutListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteOptOutListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#opt_out_list_name ⇒ String
The OptOutListName or OptOutListArn of the OptOutList to delete.
Instance Attribute Details
#opt_out_list_name ⇒ String
The OptOutListName or OptOutListArn of the OptOutList to delete. You can use DescribeOptOutLists to find the values for OptOutListName and OptOutListArn.
If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).
1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1468 class DeleteOptOutListRequest < Struct.new( :opt_out_list_name) SENSITIVE = [] include Aws::Structure end |