SolutionVersionSummary

public struct SolutionVersionSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time (in Unix time) that this version of a solution was created.

    Declaration

    Swift

    public let creationDateTime: TimeStamp?
  • If a solution version fails, the reason behind the failure.

    Declaration

    Swift

    public let failureReason: String?
  • The date and time (in Unix time) that the solution version was last updated.

    Declaration

    Swift

    public let lastUpdatedDateTime: TimeStamp?
  • The Amazon Resource Name (ARN) of the solution version.

    Declaration

    Swift

    public let solutionVersionArn: String?
  • The status of the solution version. A solution version can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(creationDateTime: TimeStamp? = nil, failureReason: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, solutionVersionArn: String? = nil, status: String? = nil)