AlgorithmSummary
public struct AlgorithmSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the algorithm.
Declaration
Swift
public let algorithmArn: String
-
A brief description of the algorithm.
Declaration
Swift
public let algorithmDescription: String?
-
The name of the algorithm that is described by the summary.
Declaration
Swift
public let algorithmName: String
-
The overall status of the algorithm.
Declaration
Swift
public let algorithmStatus: AlgorithmStatus
-
A timestamp that shows when the algorithm was created.
Declaration
Swift
public let creationTime: TimeStamp
-
Undocumented
Declaration
Swift
public init(algorithmArn: String, algorithmDescription: String? = nil, algorithmName: String, algorithmStatus: AlgorithmStatus, creationTime: TimeStamp)