GetResourcesRequest
public struct GetResourcesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
Declaration
Swift
public let authenticationToken: String?
-
The collection type.
Declaration
Swift
public let collectionType: ResourceCollectionType?
-
The maximum number of resources to return.
Declaration
Swift
public let limit: Int?
-
The marker for the next set of results. This marker was received from a previous call.
Declaration
Swift
public let marker: String?
-
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
Declaration
Swift
public let userId: String?
-
Undocumented
Declaration
Swift
public init(authenticationToken: String? = nil, collectionType: ResourceCollectionType? = nil, limit: Int? = nil, marker: String? = nil, userId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws