RowLevelPermissionDataSet
public struct RowLevelPermissionDataSet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the permission dataset.
Declaration
Swift
public let arn: String
-
The namespace associated with the row-level permissions dataset.
Declaration
Swift
public let namespace: String?
-
Permission policy.
Declaration
Swift
public let permissionPolicy: RowLevelPermissionPolicy
-
Undocumented
Declaration
Swift
public init(arn: String, namespace: String? = nil, permissionPolicy: RowLevelPermissionPolicy)
-
Declaration
Swift
public func validate(name: String) throws