class
Amazonite::CloudFormation::DetectStackDriftOutput
- Amazonite::CloudFormation::DetectStackDriftOutput
- Reference
- Object
Defined in:
cloudformation/detect_stack_drift_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_drift_detection_id : String
The ID of the drift detection results of this operation.
-
#stack_drift_detection_id=(stack_drift_detection_id : String)
The ID of the drift detection results of this operation.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.