Class: Aws::SecurityHub::Types::AwsCloudFormationStackDriftInformationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCloudFormationStackDriftInformationDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#stack_drift_status ⇒ String
Status of the stack’s actual configuration compared to its expected template configuration.
Instance Attribute Details
#stack_drift_status ⇒ String
Status of the stack’s actual configuration compared to its expected template configuration.
4249 4250 4251 4252 4253 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4249 class AwsCloudFormationStackDriftInformationDetails < Struct.new( :stack_drift_status) SENSITIVE = [] include Aws::Structure end |