Class: Aws::Types::CreateVerifiedDestinationNumberResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedDestinationNumberResult
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
386 387 388 |
# File 'sig/types.rbs', line 386 def @created_timestamp end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
382 383 384 |
# File 'sig/types.rbs', line 382 def destination_phone_number @destination_phone_number end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
384 385 386 |
# File 'sig/types.rbs', line 384 def rcs_agent_id @rcs_agent_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
383 384 385 |
# File 'sig/types.rbs', line 383 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
385 386 387 |
# File 'sig/types.rbs', line 385 def @tags end |
#verified_destination_number_arn ⇒ ::String
Returns the value of attribute verified_destination_number_arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def verified_destination_number_arn @verified_destination_number_arn end |
#verified_destination_number_id ⇒ ::String
Returns the value of attribute verified_destination_number_id.
381 382 383 |
# File 'sig/types.rbs', line 381 def verified_destination_number_id @verified_destination_number_id end |