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

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


4860
4861
4862
4863
4864
4865
4866
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4860

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

#membership_typeString

The type of group.

Returns:

  • (String)


4860
4861
4862
4863
4864
4865
4866
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4860

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

#nameString

The name of the group.

Returns:

  • (String)


4860
4861
4862
4863
4864
4865
4866
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4860

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