You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::DescribeStackDriftDetectionStatusInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeStackDriftDetectionStatusInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  stack_drift_detection_id: "StackDriftDetectionId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#stack_drift_detection_idString

The ID of the drift detection results of this operation.

AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results AWS CloudFormation retains for any given stack, and for how long, may vary.

Returns:

  • (String)

    The ID of the drift detection results of this operation.