Class: Aws::Types::VerifyDestinationNumberResult
- Inherits:
-
Object
- Object
- Aws::Types::VerifyDestinationNumberResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#verified_destination_number_arn ⇒ ::String
Returns the value of attribute verified_destination_number_arn.
-
#verified_destination_number_id ⇒ ::String
Returns the value of attribute verified_destination_number_id.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def @created_timestamp end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def destination_phone_number @destination_phone_number end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def status @status end |
#verified_destination_number_arn ⇒ ::String
Returns the value of attribute verified_destination_number_arn.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def verified_destination_number_arn @verified_destination_number_arn end |
#verified_destination_number_id ⇒ ::String
Returns the value of attribute verified_destination_number_id.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def verified_destination_number_id @verified_destination_number_id end |