Class: Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#verified_destination_number_id ⇒ String
The unique identifier for the verified destination phone number.
Instance Attribute Details
#verified_destination_number_id ⇒ String
The unique identifier for the verified destination phone number.
1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1967 class DeleteVerifiedDestinationNumberRequest < Struct.new( :verified_destination_number_id) SENSITIVE = [] include Aws::Structure end |