Class: Aws::Types::VerifiedDestinationNumberInformation
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedDestinationNumberInformation
- 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.
-
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
-
#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.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def @created_timestamp end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def destination_phone_number @destination_phone_number end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def rcs_agent_id @rcs_agent_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def status @status end |
#verified_destination_number_arn ⇒ ::String
Returns the value of attribute verified_destination_number_arn.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def verified_destination_number_arn @verified_destination_number_arn end |
#verified_destination_number_id ⇒ ::String
Returns the value of attribute verified_destination_number_id.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def verified_destination_number_id @verified_destination_number_id end |