GetEffectivePermissionsForPathResponse
public struct GetEffectivePermissionsForPathResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A continuation token, if this is not the first call to retrieve this list.
Declaration
Swift
public let nextToken: String?
-
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
Declaration
Swift
public let permissions: [PrincipalResourcePermissions]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, permissions: [PrincipalResourcePermissions]? = nil)