Class: Aws::QBusiness::Types::PrincipalGroup

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

Overview

Provides information about a group associated with the 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)


6183
6184
6185
6186
6187
6188
6189
# File 'lib/aws-sdk-qbusiness/types.rb', line 6183

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

#membership_typeString

The type of group.

Returns:

  • (String)


6183
6184
6185
6186
6187
6188
6189
# File 'lib/aws-sdk-qbusiness/types.rb', line 6183

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

#nameString

The name of the group.

Returns:

  • (String)


6183
6184
6185
6186
6187
6188
6189
# File 'lib/aws-sdk-qbusiness/types.rb', line 6183

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