Class: Aws::QBusiness::Types::PrincipalUser

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Provides information about a user associated with a principal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accessString

Provides information about whether to allow or deny access to the principal.

Returns:

  • (String)


6208
6209
6210
6211
6212
6213
6214
# File 'lib/aws-sdk-qbusiness/types.rb', line 6208

class PrincipalUser < Struct.new(
  :id,
  :access,
  :membership_type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the user.

Returns:

  • (String)


6208
6209
6210
6211
6212
6213
6214
# File 'lib/aws-sdk-qbusiness/types.rb', line 6208

class PrincipalUser < Struct.new(
  :id,
  :access,
  :membership_type)
  SENSITIVE = []
  include Aws::Structure
end

#membership_typeString

The type of group.

Returns:

  • (String)


6208
6209
6210
6211
6212
6213
6214
# File 'lib/aws-sdk-qbusiness/types.rb', line 6208

class PrincipalUser < Struct.new(
  :id,
  :access,
  :membership_type)
  SENSITIVE = []
  include Aws::Structure
end