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.
2056 2057 2058 2059 2060 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2056 class DeleteVerifiedDestinationNumberRequest < Struct.new( :verified_destination_number_id) SENSITIVE = [] include Aws::Structure end |