Class: Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time when the destination phone number was created, in UNIX epoch time format.

Returns:

  • (Time)


1922
1923
1924
1925
1926
1927
1928
1929
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1922

class DeleteVerifiedDestinationNumberResult < Struct.new(
  :verified_destination_number_arn,
  :verified_destination_number_id,
  :destination_phone_number,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#destination_phone_numberString

The verified destination phone number, in E.164 format.

Returns:

  • (String)


1922
1923
1924
1925
1926
1927
1928
1929
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1922

class DeleteVerifiedDestinationNumberResult < Struct.new(
  :verified_destination_number_arn,
  :verified_destination_number_id,
  :destination_phone_number,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#verified_destination_number_arnString

The Amazon Resource Name (ARN) for the verified destination phone number.

Returns:

  • (String)


1922
1923
1924
1925
1926
1927
1928
1929
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1922

class DeleteVerifiedDestinationNumberResult < Struct.new(
  :verified_destination_number_arn,
  :verified_destination_number_id,
  :destination_phone_number,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#verified_destination_number_idString

The unique identifier for the verified destination phone number.

Returns:

  • (String)


1922
1923
1924
1925
1926
1927
1928
1929
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1922

class DeleteVerifiedDestinationNumberResult < Struct.new(
  :verified_destination_number_arn,
  :verified_destination_number_id,
  :destination_phone_number,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end