CancelStepsInput
public struct CancelStepsInput : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ClusterID for which specified steps will be canceled. Use RunJobFlow and ListClusters to get ClusterIDs. DeclarationSwift public let clusterId: String
- 
                  
                  The option to choose for cancelling RUNNING steps. By default, the value is SEND_INTERRUPT. DeclarationSwift public let stepCancellationOption: StepCancellationOption?
- 
                  
                  The list of StepIDs to cancel. Use ListSteps to get steps and their states for the specified cluster. DeclarationSwift public let stepIds: [String]
- 
                  
                  Undocumented DeclarationSwift public init(clusterId: String, stepCancellationOption: StepCancellationOption? = nil, stepIds: [String])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub CancelStepsInput Structure Reference
        CancelStepsInput Structure Reference