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
Baseline
objects returned as part of the filter operation. -
#parent_identifiers ⇒ Array<String>
An optional filter that sets up a list of
parentIdentifiers
to filter the results of theListEnabledBaseline
output. -
#target_identifiers ⇒ Array<String>
Identifiers for the targets of the
Baseline
filter operation.
Instance Attribute Details
#baseline_identifiers ⇒ Array<String>
Identifiers for the Baseline
objects returned as part of the
filter operation.
611 612 613 614 615 616 617 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 611 class EnabledBaselineFilter < Struct.new( :baseline_identifiers, :parent_identifiers, :target_identifiers) 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.
611 612 613 614 615 616 617 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 611 class EnabledBaselineFilter < Struct.new( :baseline_identifiers, :parent_identifiers, :target_identifiers) SENSITIVE = [] include Aws::Structure end |
#target_identifiers ⇒ Array<String>
Identifiers for the targets of the Baseline
filter operation.
611 612 613 614 615 616 617 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 611 class EnabledBaselineFilter < Struct.new( :baseline_identifiers, :parent_identifiers, :target_identifiers) SENSITIVE = [] include Aws::Structure end |