SharePrincipal
public struct SharePrincipal : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the recipient.
Declaration
Swift
public let id: String
-
The role of the recipient.
Declaration
Swift
public let role: RoleType
-
The type of the recipient.
Declaration
Swift
public let type: PrincipalType
-
Undocumented
Declaration
Swift
public init(id: String, role: RoleType, type: PrincipalType)
-
Declaration
Swift
public func validate(name: String) throws