BatchListPolicyAttachments
public struct BatchListPolicyAttachments : 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 policy object.
Declaration
Swift
public let policyReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, policyReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws