Class: Aws::FinSpaceData::Types::EnableUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::EnableUserResponse
- Defined in:
- gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_id ⇒ String
The unique identifier for the active user.
Instance Attribute Details
#user_id ⇒ String
The unique identifier for the active user.
1148 1149 1150 1151 1152 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1148 class EnableUserResponse < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |