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.
7403 7404 7405 7406 7407 7408 7409 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7403 class PrincipalGroup < Struct.new( :name, :access, :membership_type) SENSITIVE = [] include Aws::Structure end |
#membership_type ⇒ String
The type of group.
7403 7404 7405 7406 7407 7408 7409 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7403 class PrincipalGroup < Struct.new( :name, :access, :membership_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the group.
7403 7404 7405 7406 7407 7408 7409 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7403 class PrincipalGroup < Struct.new( :name, :access, :membership_type) SENSITIVE = [] include Aws::Structure end |