Class: Aws::WorkDocs::Types::DescribeResourcePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeResourcePermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The marker to use when requesting the next set of results.
-
#principals ⇒ Array<Types::Principal>
The principals.
Instance Attribute Details
#marker ⇒ String
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
1240 1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1240 class DescribeResourcePermissionsResponse < Struct.new( :principals, :marker) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<Types::Principal>
The principals.
1240 1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1240 class DescribeResourcePermissionsResponse < Struct.new( :principals, :marker) SENSITIVE = [] include Aws::Structure end |