SolutionSummary
public struct SolutionSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time (in Unix time) that the solution was created.
Declaration
Swift
public let creationDateTime: TimeStamp?
-
The date and time (in Unix time) that the solution was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
The name of the solution.
Declaration
Swift
public let name: String?
-
The Amazon Resource Name (ARN) of the solution.
Declaration
Swift
public let solutionArn: String?
-
The status of the solution. A solution can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
Declaration
Swift
public let status: String?