Method: Aws::WorkDocs::Client#describe_resource_permissions
- Defined in:
- lib/aws-sdk-workdocs/client.rb
#describe_resource_permissions(params = {}) ⇒ Types::DescribeResourcePermissionsResponse
Describes the permissions of a specified resource.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1817 1818 1819 1820 |
# File 'lib/aws-sdk-workdocs/client.rb', line 1817 def (params = {}, = {}) req = build_request(:describe_resource_permissions, params) req.send_request() end |