Class: Aws::IdentityStore::Types::GetUserIdResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::GetUserIdResponse
- Defined in:
- gems/aws-sdk-identitystore/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 for a user in the identity store.
Instance Attribute Details
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
830 831 832 833 834 835 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 830 class GetUserIdResponse < Struct.new( :user_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier for a user in the identity store.
830 831 832 833 834 835 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 830 class GetUserIdResponse < Struct.new( :user_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |