ListResourcesResponse
public struct ListResourcesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A continuation token, if this is not the first call to retrieve these resources.
Declaration
Swift
public let nextToken: String?
-
A summary of the data lake resources.
Declaration
Swift
public let resourceInfoList: [ResourceInfo]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, resourceInfoList: [ResourceInfo]? = nil)