Class: Aws::WorkDocs::Types::DescribeResourcePermissionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1240

class DescribeResourcePermissionsResponse < Struct.new(
  :principals,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#principalsArray<Types::Principal>

The principals.

Returns:



1240
1241
1242
1243
1244
1245
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1240

class DescribeResourcePermissionsResponse < Struct.new(
  :principals,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end