Class: Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#verified_destination_number_idString

The unique identifier for the verified destination phone number.

Returns:

  • (String)


1905
1906
1907
1908
1909
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1905

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