ListAnalysesResponse
public struct ListAnalysesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Metadata describing each of the analyses that are listed.
Declaration
Swift
public let analysisSummaryList: [AnalysisSummary]?
-
A pagination token that can be used in a subsequent request.
Declaration
Swift
public let nextToken: String?
-
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String?
-
The HTTP status of the request.
Declaration
Swift
public let status: Int?
-
Undocumented
Declaration
Swift
public init(analysisSummaryList: [AnalysisSummary]? = nil, nextToken: String? = nil, requestId: String? = nil, status: Int? = nil)