GetEffectivePermissionsForPathRequest
public struct GetEffectivePermissionsForPathRequest : AWSShape
extension LakeFormation.GetEffectivePermissionsForPathRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
Declaration
Swift
public let catalogId: String?
-
The maximum number of results to return.
Declaration
Swift
public let maxResults: Int?
-
A continuation token, if this is not the first call to retrieve this list.
Declaration
Swift
public let nextToken: String?
-
The Amazon Resource Name (ARN) of the resource for which you want to get permissions.
Declaration
Swift
public let resourceArn: String
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, resourceArn: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> LakeFormation.GetEffectivePermissionsForPathRequest