Class: Aws::IdentityStore::Types::UpdateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::UpdateUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
-
#operations ⇒ Array<Types::AttributeOperation>
A list of ‘AttributeOperation` objects to apply to the requested user.
-
#user_id ⇒ String
The identifier for a user in the identity store.
Instance Attribute Details
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
1475 1476 1477 1478 1479 1480 1481 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1475 class UpdateUserRequest < Struct.new( :identity_store_id, :user_id, :operations) SENSITIVE = [] include Aws::Structure end |
#operations ⇒ Array<Types::AttributeOperation>
A list of ‘AttributeOperation` objects to apply to the requested user. These operations might add, replace, or remove an attribute.
1475 1476 1477 1478 1479 1480 1481 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1475 class UpdateUserRequest < Struct.new( :identity_store_id, :user_id, :operations) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier for a user in the identity store.
1475 1476 1477 1478 1479 1480 1481 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1475 class UpdateUserRequest < Struct.new( :identity_store_id, :user_id, :operations) SENSITIVE = [] include Aws::Structure end |