Class: Aws::WorkDocs::Types::SearchPrincipalType
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::SearchPrincipalType
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Filter based on UserIds or GroupIds.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
UserIds or GroupIds.
-
#roles ⇒ Array<String>
The Role of a User or Group.
Instance Attribute Details
#id ⇒ String
UserIds or GroupIds.
2519 2520 2521 2522 2523 2524 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2519 class SearchPrincipalType < Struct.new( :id, :roles) SENSITIVE = [] include Aws::Structure end |
#roles ⇒ Array<String>
The Role of a User or Group.
2519 2520 2521 2522 2523 2524 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2519 class SearchPrincipalType < Struct.new( :id, :roles) SENSITIVE = [] include Aws::Structure end |