BatchLookupPolicy
public struct BatchLookupPolicy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to retrieve.
Declaration
Swift
public let maxResults: Int?
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
Reference that identifies the object whose policies will be looked up.
Declaration
Swift
public let objectReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, objectReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws