Class: Aws::WorkDocs::Types::RemoveResourcePermissionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Returns:

  • (String)


2335
2336
2337
2338
2339
2340
2341
2342
# File 'gems/aws-sdk-workdocs/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_idString

The principal ID of the resource.

Returns:

  • (String)


2335
2336
2337
2338
2339
2340
2341
2342
# File 'gems/aws-sdk-workdocs/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_typeString

The principal type of the resource.

Returns:

  • (String)


2335
2336
2337
2338
2339
2340
2341
2342
# File 'gems/aws-sdk-workdocs/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_idString

The ID of the resource.

Returns:

  • (String)


2335
2336
2337
2338
2339
2340
2341
2342
# File 'gems/aws-sdk-workdocs/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