ProductionBranch
public struct ProductionBranch : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The branch name for the production branch.
Declaration
Swift
public let branchName: String?
-
The last deploy time of the production branch.
Declaration
Swift
public let lastDeployTime: TimeStamp?
-
The status of the production branch.
Declaration
Swift
public let status: String?
-
The thumbnail URL for the production branch.
Declaration
Swift
public let thumbnailUrl: String?
-
Undocumented
Declaration
Swift
public init(branchName: String? = nil, lastDeployTime: TimeStamp? = nil, status: String? = nil, thumbnailUrl: String? = nil)