Class: Aws::IdentityStore::Types::CreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::CreateUserResponse
- 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.
-
#user_id ⇒ String
The identifier of the newly created user in the identity store.
Instance Attribute Details
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
362 363 364 365 366 367 |
# File 'lib/aws-sdk-identitystore/types.rb', line 362 class CreateUserResponse < Struct.new( :user_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the newly created user in the identity store.
362 363 364 365 366 367 |
# File 'lib/aws-sdk-identitystore/types.rb', line 362 class CreateUserResponse < Struct.new( :user_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |