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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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)


4885
4886
4887
4888
4889
4890
4891
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4885

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

#idString

The identifier of the user.

Returns:

  • (String)


4885
4886
4887
4888
4889
4890
4891
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4885

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

#membership_typeString

The type of group.

Returns:

  • (String)


4885
4886
4887
4888
4889
4890
4891
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4885

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