Class: Aws::FinSpaceData::Types::DisableUserResponse

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

Returns:

  • (String)


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