class
Amazonite::CloudFormation::DetectStackSetDriftOutput
- Amazonite::CloudFormation::DetectStackSetDriftOutput
- Reference
- Object
Defined in:
cloudformation/detect_stack_set_drift_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#operation_id : String | Nil
The ID of the drift detection StackSet operation.
-
#operation_id=(operation_id : String | Nil)
The ID of the drift detection StackSet operation.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def operation_id : String | Nil
#
The ID of the drift detection StackSet operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
def operation_id=(operation_id : String | Nil)
#
The ID of the drift detection StackSet operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.