Principal
public struct Principal : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether to allow or deny access to the principal.
Declaration
Swift
public let access: ReadAccessType
-
The name of the user or group.
Declaration
Swift
public let name: String
-
The type of principal.
Declaration
Swift
public let type: PrincipalType
-
Undocumented
Declaration
Swift
public init(access: ReadAccessType, name: String, type: PrincipalType)
-
Declaration
Swift
public func validate(name: String) throws