Class: Aws::WorkDocs::Types::DescribeResourcePermissionsRequest

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)


1219
1220
1221
1222
1223
1224
1225
1226
1227
# File 'gems/aws-sdk-workdocs/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

#limitInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


1219
1220
1221
1222
1223
1224
1225
1226
1227
# File 'gems/aws-sdk-workdocs/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

#markerString

The marker for the next set of results. (You received this marker from a previous call)

Returns:

  • (String)


1219
1220
1221
1222
1223
1224
1225
1226
1227
# File 'gems/aws-sdk-workdocs/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_idString

The ID of the principal to filter permissions by.

Returns:

  • (String)


1219
1220
1221
1222
1223
1224
1225
1226
1227
# File 'gems/aws-sdk-workdocs/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_idString

The ID of the resource.

Returns:

  • (String)


1219
1220
1221
1222
1223
1224
1225
1226
1227
# File 'gems/aws-sdk-workdocs/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