Class: Aws::WorkDocs::Types::DescribeResourcePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeResourcePermissionsResponse
- Defined in:
- gems/aws-sdk-workdocs/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.
1459 1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1459 class DescribeResourcePermissionsResponse < Struct.new( :principals, :marker) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<Types::Principal>
The principals.
1459 1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1459 class DescribeResourcePermissionsResponse < Struct.new( :principals, :marker) SENSITIVE = [] include Aws::Structure end |