Class: Aws::ControlTower::Types::EnabledBaselineFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#baseline_identifiersArray<String>

Identifiers for the Baseline objects returned as part of the filter operation.

Returns:

  • (Array<String>)


486
487
488
489
490
491
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 486

class EnabledBaselineFilter < Struct.new(
  :baseline_identifiers,
  :target_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#target_identifiersArray<String>

Identifiers for the targets of the Baseline filter operation.

Returns:

  • (Array<String>)


486
487
488
489
490
491
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 486

class EnabledBaselineFilter < Struct.new(
  :baseline_identifiers,
  :target_identifiers)
  SENSITIVE = []
  include Aws::Structure
end