PolicyToPath
public struct PolicyToPath : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The path that is referenced from the root.
Declaration
Swift
public let path: String?
-
List of policy objects.
Declaration
Swift
public let policies: [PolicyAttachment]?
-
Undocumented
Declaration
Swift
public init(path: String? = nil, policies: [PolicyAttachment]? = nil)