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.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def @created_timestamp end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def destination_phone_number @destination_phone_number end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def status @status end |
#verified_destination_number_arn ⇒ ::String
Returns the value of attribute verified_destination_number_arn.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def verified_destination_number_arn @verified_destination_number_arn end |
#verified_destination_number_id ⇒ ::String
Returns the value of attribute verified_destination_number_id.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def verified_destination_number_id @verified_destination_number_id end |