Class: Aws::WorkDocs::Types::PermissionInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

Describes the permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#roleString

The role of the user.

Returns:

  • (String)


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

#typeString

The type of permissions.

Returns:

  • (String)


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