Class: Aws::PinpointSMSVoiceV2::Types::DeleteOptedOutNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteOptedOutNumberRequest
- 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 to remove the phone number from.
-
#opted_out_number ⇒ String
The phone number, in E.164 format, to remove from the OptOutList.
Instance Attribute Details
#opt_out_list_name ⇒ String
The OptOutListName or OptOutListArn to remove the phone number from.
If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).
1514 1515 1516 1517 1518 1519 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1514 class DeleteOptedOutNumberRequest < Struct.new( :opt_out_list_name, :opted_out_number) SENSITIVE = [] include Aws::Structure end |
#opted_out_number ⇒ String
The phone number, in E.164 format, to remove from the OptOutList.
1514 1515 1516 1517 1518 1519 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1514 class DeleteOptedOutNumberRequest < Struct.new( :opt_out_list_name, :opted_out_number) SENSITIVE = [] include Aws::Structure end |