Class: Aws::CloudFormation::Types::DetectStackSetDriftOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

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.

Returns:

  • (String)


3990
3991
3992
3993
3994
# File 'lib/aws-sdk-cloudformation/types.rb', line 3990

class DetectStackSetDriftOutput < Struct.new(
  :operation_id)
  SENSITIVE = []
  include Aws::Structure
end