DetectStackSetDriftOutput

public struct DetectStackSetDriftOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the drift detection stack set operation. you can use this operation id with DescribeStackSetOperation to monitor the progress of the drift detection operation.

    Declaration

    Swift

    public let operationId: String?
  • Undocumented

    Declaration

    Swift

    public init(operationId: String? = nil)