DeleteDeploymentConfigInput
public struct DeleteDeploymentConfigInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of a deployment configuration associated with the IAM user or AWS account.
Declaration
Swift
public let deploymentConfigName: String
-
Undocumented
Declaration
Swift
public init(deploymentConfigName: String)
-
Declaration
Swift
public func validate(name: String) throws