Class: Aws::Types::CreateVerifiedDestinationNumberRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedDestinationNumberRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
375 376 377 |
# File 'sig/types.rbs', line 375 def client_token @client_token end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
372 373 374 |
# File 'sig/types.rbs', line 372 def destination_phone_number @destination_phone_number end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
373 374 375 |
# File 'sig/types.rbs', line 373 def rcs_agent_id @rcs_agent_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
374 375 376 |
# File 'sig/types.rbs', line 374 def @tags end |