Class: Aws::FinSpaceData::Types::EnableUserResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

The unique identifier for the active user.

Returns:

  • (String)


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