StopStackSetOperationInput

public struct StopStackSetOperationInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the stack operation.

    Declaration

    Swift

    public let operationId: String
  • The name or unique ID of the stack set that you want to stop the operation for.

    Declaration

    Swift

    public let stackSetName: String
  • Undocumented

    Declaration

    Swift

    public init(operationId: String, stackSetName: String)
  • Declaration

    Swift

    public func validate(name: String) throws