DescribeResourcePermissionsRequest

public struct DescribeResourcePermissionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

    Declaration

    Swift

    public let authenticationToken: String?
  • The maximum number of items to return with this call.

    Declaration

    Swift

    public let limit: Int?
  • The marker for the next set of results. (You received this marker from a previous call)

    Declaration

    Swift

    public let marker: String?
  • The ID of the principal to filter permissions by.

    Declaration

    Swift

    public let principalId: String?
  • The ID of the resource.

    Declaration

    Swift

    public let resourceId: String
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String? = nil, limit: Int? = nil, marker: String? = nil, principalId: String? = nil, resourceId: String)
  • Declaration

    Swift

    public func validate(name: String) throws