Class: Aws::FinSpaceData::Types::CreateUserResponse

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 user.

Returns:

  • (String)


692
693
694
695
696
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 692

class CreateUserResponse < Struct.new(
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end