Class: Aws::SecurityHub::Types::AwsCloudFormationStackDriftInformationDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides information about the stack's conformity to its expected template configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_drift_statusString

Status of the stack's actual configuration compared to its expected template configuration.

Returns:

  • (String)


3961
3962
3963
3964
3965
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3961

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