Class: Aws::ControlTower::Types::EnabledControlDriftTypes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlDriftTypes
- 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
-
#inheritance ⇒ Types::EnabledControlInheritanceDrift
Indicates drift related to inheritance configuration between parent and child controls.
-
#resource ⇒ Types::EnabledControlResourceDrift
Indicates drift related to the underlying Amazon Web Services resources managed by the control.
Instance Attribute Details
#inheritance ⇒ Types::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 |
#resource ⇒ Types::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 |