Class: Aws::ControlTower::Types::EnabledBaselineInheritanceDrift

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

Overview

The inheritance drift summary for the enabled baseline. Inheritance drift occurs when any accounts in the target OU do not match the baseline configuration defined on that OU.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The inheritance drift status for enabled baselines.

Returns:

  • (String)


729
730
731
732
733
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 729

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