Class: Aws::WorkDocs::Types::PermissionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::PermissionInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes the permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role ⇒ String
The role of the user.
-
#type ⇒ String
The type of permissions.
Instance Attribute Details
#role ⇒ String
The role of the user.
2254 2255 2256 2257 2258 2259 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2254 class PermissionInfo < Struct.new( :role, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of permissions.
2254 2255 2256 2257 2258 2259 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2254 class PermissionInfo < Struct.new( :role, :type) SENSITIVE = [] include Aws::Structure end |