CreateServiceResponse
public struct CreateServiceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The full description of your service following the create call. If a service is using the ECS deployment controller, the deploymentController and taskSets parameters will not be returned. If the service is using the CODE_DEPLOY deployment controller, the deploymentController, taskSets and deployments parameters will be returned, however the deployments parameter will be an empty list.
Declaration
Swift
public let service: Service? -
Undocumented
Declaration
Swift
public init(service: Service? = nil)
View on GitHub
CreateServiceResponse Structure Reference