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)


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