Class: Aws::Types::ClaimPhoneNumberRequest
- Inherits:
-
Object
- Object
- Aws::Types::ClaimPhoneNumberRequest
- 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 ⇒ ::String
Returns the value of attribute phone_number.
-
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
848 849 850 |
# File 'sig/types.rbs', line 848 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
844 845 846 |
# File 'sig/types.rbs', line 844 def instance_id @instance_id end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
845 846 847 |
# File 'sig/types.rbs', line 845 def phone_number @phone_number end |
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
846 847 848 |
# File 'sig/types.rbs', line 846 def phone_number_description @phone_number_description end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
847 848 849 |
# File 'sig/types.rbs', line 847 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
843 844 845 |
# File 'sig/types.rbs', line 843 def target_arn @target_arn end |