AbortEnvironmentUpdateMessage
public struct AbortEnvironmentUpdateMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
This specifies the ID of the environment with the in-progress update that you want to cancel.
Declaration
Swift
public let environmentId: String? -
This specifies the name of the environment with the in-progress update that you want to cancel.
Declaration
Swift
public let environmentName: String? -
Undocumented
Declaration
Swift
public init(environmentId: String? = nil, environmentName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AbortEnvironmentUpdateMessage Structure Reference