Class: Aws::PinpointSMSVoiceV2::Types::VerifyDestinationNumberResult

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

#created_timestampTime

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

[1]: www.epochconverter.com/

Returns:

  • (Time)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7671

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

#destination_phone_numberString

The phone number in E.164 format.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7671

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

#statusString

The status for being able to send messages to the phone number.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7671

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

#verified_destination_number_arnString

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

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7671

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

#verified_destination_number_idString

The unique identifier for the verified destination phone number.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7671

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