BatchListObjectPolicies
public struct BatchListObjectPolicies : 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?
-
The reference that identifies the object whose attributes will be listed.
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