Class: Aws::FinSpaceData::Types::DisableUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::DisableUserResponse
- 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 deactivated user.
Instance Attribute Details
#user_id ⇒ String
The unique identifier for the deactivated user.
1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1079 class DisableUserResponse < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |