Class: Aws::QApps::Types::User

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

Overview

A user of an Amazon Q App.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

The unique identifier of a user.

Returns:

  • (String)

2972
2973
2974
2975
2976
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2972

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