PermissionInfo
public struct PermissionInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The role of the user.
Declaration
Swift
public let role: RoleType?
-
The type of permissions.
Declaration
Swift
public let type: RolePermissionType?
-
Undocumented
Declaration
Swift
public init(role: RoleType? = nil, type: RolePermissionType? = nil)