DetectStackSetDriftInput
public struct DetectStackSetDriftInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the stack set operation.
Declaration
Swift
public let operationId: String?
-
Undocumented
Declaration
Swift
public let operationPreferences: StackSetOperationPreferences?
-
The name of the stack set on which to perform the drift detection operation.
Declaration
Swift
public let stackSetName: String
-
Undocumented
Declaration
Swift
public init(operationId: String? = DetectStackSetDriftInput.idempotencyToken(), operationPreferences: StackSetOperationPreferences? = nil, stackSetName: String)
-
Declaration
Swift
public func validate(name: String) throws