Class: Aws::ControlTower::Types::EnabledBaselineFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledBaselineFilter
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
A filter applied on the ListEnabledBaseline operation. Allowed
filters are baselineIdentifiers and targetIdentifiers. The filter
can be applied for either, or both.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_identifiers ⇒ Array<String>
Identifiers for the
Baselineobjects returned as part of the filter operation. -
#inheritance_drift_statuses ⇒ Array<String>
A list of
EnabledBaselineDriftStatusitems for enabled baselines. -
#parent_identifiers ⇒ Array<String>
An optional filter that sets up a list of
parentIdentifiersto filter the results of theListEnabledBaselineoutput. -
#statuses ⇒ Array<String>
A list of
EnablementStatusitems. -
#target_identifiers ⇒ Array<String>
Identifiers for the targets of the
Baselinefilter operation.
Instance Attribute Details
#baseline_identifiers ⇒ Array<String>
Identifiers for the Baseline objects returned as part of the
filter operation.
709 710 711 712 713 714 715 716 717 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 709 class EnabledBaselineFilter < Struct.new( :target_identifiers, :baseline_identifiers, :parent_identifiers, :statuses, :inheritance_drift_statuses) SENSITIVE = [] include Aws::Structure end |
#inheritance_drift_statuses ⇒ Array<String>
A list of EnabledBaselineDriftStatus items for enabled baselines.
709 710 711 712 713 714 715 716 717 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 709 class EnabledBaselineFilter < Struct.new( :target_identifiers, :baseline_identifiers, :parent_identifiers, :statuses, :inheritance_drift_statuses) SENSITIVE = [] include Aws::Structure end |
#parent_identifiers ⇒ Array<String>
An optional filter that sets up a list of parentIdentifiers to
filter the results of the ListEnabledBaseline output.
709 710 711 712 713 714 715 716 717 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 709 class EnabledBaselineFilter < Struct.new( :target_identifiers, :baseline_identifiers, :parent_identifiers, :statuses, :inheritance_drift_statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Array<String>
A list of EnablementStatus items.
709 710 711 712 713 714 715 716 717 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 709 class EnabledBaselineFilter < Struct.new( :target_identifiers, :baseline_identifiers, :parent_identifiers, :statuses, :inheritance_drift_statuses) SENSITIVE = [] include Aws::Structure end |
#target_identifiers ⇒ Array<String>
Identifiers for the targets of the Baseline filter operation.
709 710 711 712 713 714 715 716 717 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 709 class EnabledBaselineFilter < Struct.new( :target_identifiers, :baseline_identifiers, :parent_identifiers, :statuses, :inheritance_drift_statuses) SENSITIVE = [] include Aws::Structure end |