Class: Aws::Types::ImportPhoneNumberRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportPhoneNumberRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
-
#source_phone_number_arn ⇒ ::String
Returns the value of attribute source_phone_number_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
4448 4449 4450 |
# File 'sig/types.rbs', line 4448 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4444 4445 4446 |
# File 'sig/types.rbs', line 4444 def instance_id @instance_id end |
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
4446 4447 4448 |
# File 'sig/types.rbs', line 4446 def phone_number_description @phone_number_description end |
#source_phone_number_arn ⇒ ::String
Returns the value of attribute source_phone_number_arn.
4445 4446 4447 |
# File 'sig/types.rbs', line 4445 def source_phone_number_arn @source_phone_number_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4447 4448 4449 |
# File 'sig/types.rbs', line 4447 def @tags end |