Class: Aws::Types::UpdatePhoneNumberRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePhoneNumberRequest
- 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_id ⇒ ::String
Returns the value of attribute phone_number_id.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8997 8998 8999 |
# File 'sig/types.rbs', line 8997 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8996 8997 8998 |
# File 'sig/types.rbs', line 8996 def instance_id @instance_id end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
8994 8995 8996 |
# File 'sig/types.rbs', line 8994 def phone_number_id @phone_number_id end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
8995 8996 8997 |
# File 'sig/types.rbs', line 8995 def target_arn @target_arn end |