Class: Aws::PinpointSMSVoiceV2::Types::VerifyDestinationNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::VerifyDestinationNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#verification_code ⇒ String
The verification code that was received by the verified destination phone number.
-
#verified_destination_number_id ⇒ String
The unique identifier for the verififed destination phone number.
Instance Attribute Details
#verification_code ⇒ String
The verification code that was received by the verified destination phone number.
7636 7637 7638 7639 7640 7641 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7636 class VerifyDestinationNumberRequest < Struct.new( :verified_destination_number_id, :verification_code) SENSITIVE = [] include Aws::Structure end |
#verified_destination_number_id ⇒ String
The unique identifier for the verififed destination phone number.
7636 7637 7638 7639 7640 7641 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7636 class VerifyDestinationNumberRequest < Struct.new( :verified_destination_number_id, :verification_code) SENSITIVE = [] include Aws::Structure end |