CancelChangeSetRequest
public struct CancelChangeSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Required. The catalog related to the request. Fixed value: AWSMarketplace.
Declaration
Swift
public let catalog: String -
Required. The unique identifier of the StartChangeSet request that you want to cancel.
Declaration
Swift
public let changeSetId: String -
Undocumented
Declaration
Swift
public init(catalog: String, changeSetId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CancelChangeSetRequest Structure Reference