Deployment
public struct Deployment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A summary of the RestApi at the date and time that the deployment resource was created.
Declaration
Swift
public let apiSummary: [String : [String : MethodSnapshot]]?
-
The date and time that the deployment resource was created.
Declaration
Swift
public let createdDate: TimeStamp?
-
The description for the deployment resource.
Declaration
Swift
public let description: String?
-
The identifier for the deployment resource.
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public init(apiSummary: [String : [String : MethodSnapshot]]? = nil, createdDate: TimeStamp? = nil, description: String? = nil, id: String? = nil)