ListPolicyPrincipalsResponse
public struct ListPolicyPrincipalsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The marker for the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextMarker: String?
-
The descriptions of the principals.
Declaration
Swift
public let principals: [String]?
-
Undocumented
Declaration
Swift
public init(nextMarker: String? = nil, principals: [String]? = nil)