Class: Aws::ControlTower::Types::EnabledControlFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlFilter
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
A structure that returns a set of control identifiers, the control status for each control in the set, and the drift status for each control in the set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_identifiers ⇒ Array<String>
The set of
controlIdentifier
returned by the filter. -
#drift_statuses ⇒ Array<String>
A list of
DriftStatus
items. -
#statuses ⇒ Array<String>
A list of
EnablementStatus
items.
Instance Attribute Details
#control_identifiers ⇒ Array<String>
The set of controlIdentifier
returned by the filter.
773 774 775 776 777 778 779 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 773 class EnabledControlFilter < Struct.new( :control_identifiers, :drift_statuses, :statuses) SENSITIVE = [] include Aws::Structure end |
#drift_statuses ⇒ Array<String>
A list of DriftStatus
items.
773 774 775 776 777 778 779 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 773 class EnabledControlFilter < Struct.new( :control_identifiers, :drift_statuses, :statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Array<String>
A list of EnablementStatus
items.
773 774 775 776 777 778 779 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 773 class EnabledControlFilter < Struct.new( :control_identifiers, :drift_statuses, :statuses) SENSITIVE = [] include Aws::Structure end |