Class: Aws::Types::UpdateUserIdentityInfoRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserIdentityInfoRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_info ⇒ Types::UserIdentityInfo
Returns the value of attribute identity_info.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#identity_info ⇒ Types::UserIdentityInfo
Returns the value of attribute identity_info.
8871 8872 8873 |
# File 'sig/types.rbs', line 8871 def identity_info @identity_info end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8873 8874 8875 |
# File 'sig/types.rbs', line 8873 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
8872 8873 8874 |
# File 'sig/types.rbs', line 8872 def user_id @user_id end |