DeleteChangeSetInput

public struct DeleteChangeSetInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name or Amazon Resource Name (ARN) of the change set that you want to delete.

    Declaration

    Swift

    public let changeSetName: String
  • If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

    Declaration

    Swift

    public let stackName: String?
  • Undocumented

    Declaration

    Swift

    public init(changeSetName: String, stackName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws