ListPrincipalPoliciesResponse
public struct ListPrincipalPoliciesResponse : 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 policies.
Declaration
Swift
public let policies: [Policy]?
-
Undocumented
Declaration
Swift
public init(nextMarker: String? = nil, policies: [Policy]? = nil)