Class: Aws::QBusiness::Types::PrincipalGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::PrincipalGroup
- 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
-
#access ⇒ String
Provides information about whether to allow or deny access to the principal.
-
#membership_type ⇒ String
The type of group.
-
#name ⇒ String
The name of the group.
Instance Attribute Details
#access ⇒ String
Provides information about whether to allow or deny access to the principal.
5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5116 class PrincipalGroup < Struct.new( :name, :access, :membership_type) SENSITIVE = [] include Aws::Structure end |
#membership_type ⇒ String
The type of group.
5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5116 class PrincipalGroup < Struct.new( :name, :access, :membership_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the group.
5116 5117 5118 5119 5120 5121 5122 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5116 class PrincipalGroup < Struct.new( :name, :access, :membership_type) SENSITIVE = [] include Aws::Structure end |