DetectStackResourceDriftOutput
public struct DetectStackResourceDriftOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about whether the resource’s actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
Declaration
Swift
public let stackResourceDrift: StackResourceDrift -
Undocumented
Declaration
Swift
public init(stackResourceDrift: StackResourceDrift)
View on GitHub
DetectStackResourceDriftOutput Structure Reference