Class: Aws::WorkDocs::Types::DescribeResourcePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeResourcePermissionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#limit ⇒ Integer
The maximum number of items to return with this call.
-
#marker ⇒ String
The marker for the next set of results.
-
#principal_id ⇒ String
The ID of the principal to filter permissions by.
-
#resource_id ⇒ String
The ID of the resource.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1219 class DescribeResourcePermissionsRequest < Struct.new( :authentication_token, :resource_id, :principal_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of items to return with this call.
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1219 class DescribeResourcePermissionsRequest < Struct.new( :authentication_token, :resource_id, :principal_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call)
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1219 class DescribeResourcePermissionsRequest < Struct.new( :authentication_token, :resource_id, :principal_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#principal_id ⇒ String
The ID of the principal to filter permissions by.
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1219 class DescribeResourcePermissionsRequest < Struct.new( :authentication_token, :resource_id, :principal_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1219 class DescribeResourcePermissionsRequest < Struct.new( :authentication_token, :resource_id, :principal_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |