Class: Aws::WorkDocs::Types::RemoveResourcePermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::RemoveResourcePermissionRequest
- 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.
-
#principal_id ⇒ String
The principal ID of the resource.
-
#principal_type ⇒ String
The principal type of the resource.
-
#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.
2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2335 class RemoveResourcePermissionRequest < Struct.new( :authentication_token, :resource_id, :principal_id, :principal_type) SENSITIVE = [:authentication_token] include Aws::Structure end |
#principal_id ⇒ String
The principal ID of the resource.
2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2335 class RemoveResourcePermissionRequest < Struct.new( :authentication_token, :resource_id, :principal_id, :principal_type) SENSITIVE = [:authentication_token] include Aws::Structure end |
#principal_type ⇒ String
The principal type of the resource.
2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2335 class RemoveResourcePermissionRequest < Struct.new( :authentication_token, :resource_id, :principal_id, :principal_type) SENSITIVE = [:authentication_token] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2335 class RemoveResourcePermissionRequest < Struct.new( :authentication_token, :resource_id, :principal_id, :principal_type) SENSITIVE = [:authentication_token] include Aws::Structure end |