Class: Aws::ControlTower::Types::EnabledControlDriftTypes

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

Overview

Defines the various categories of drift that can occur for an enabled control resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inheritanceTypes::EnabledControlInheritanceDrift

Indicates drift related to inheritance configuration between parent and child controls.



897
898
899
900
901
902
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 897

class EnabledControlDriftTypes < Struct.new(
  :inheritance,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::EnabledControlResourceDrift

Indicates drift related to the underlying Amazon Web Services resources managed by the control.



897
898
899
900
901
902
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 897

class EnabledControlDriftTypes < Struct.new(
  :inheritance,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end