ControlOperationFilter — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::ControlTower::Types::ControlOperationFilter
Inherits:
Struct
- Object
- Struct
- Aws::ControlTower::Types::ControlOperationFilter show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
A filter object that lets you call ListControlOperations
with a specific filter.
Constant Summarycollapse
SENSITIVE =
[]
Instance Attribute Summary collapse
- #control_identifiers ⇒ Array
The set ofcontrolIdentifier
returned by the filter. - #control_operation_types ⇒ Array
The set ofControlOperation
objects returned by the filter. - #enabled_control_identifiers ⇒ Array
The setcontrolIdentifier
of enabled controls selected by the filter. - #statuses ⇒ Array
Lists the status of control operations. - #target_identifiers ⇒ Array
The set oftargetIdentifier
objects returned by the filter.
Instance Attribute Details
#control_identifiers ⇒ Array
The set of controlIdentifier
returned by the filter.
188 189 190 191 192 193 194 195 196 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 188 class ControlOperationFilter < Struct.new( :control_identifiers, :control_operation_types, :enabled_control_identifiers, :statuses, :target_identifiers) SENSITIVE = [] include Aws::Structure end |
---|
#control_operation_types ⇒ Array
The set of ControlOperation
objects returned by the filter.
188 189 190 191 192 193 194 195 196 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 188 class ControlOperationFilter < Struct.new( :control_identifiers, :control_operation_types, :enabled_control_identifiers, :statuses, :target_identifiers) SENSITIVE = [] include Aws::Structure end |
---|
#enabled_control_identifiers ⇒ Array
The set controlIdentifier
of enabled controls selected by the filter.
188 189 190 191 192 193 194 195 196 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 188 class ControlOperationFilter < Struct.new( :control_identifiers, :control_operation_types, :enabled_control_identifiers, :statuses, :target_identifiers) SENSITIVE = [] include Aws::Structure end |
---|
#statuses ⇒ Array
Lists the status of control operations.
188 189 190 191 192 193 194 195 196 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 188 class ControlOperationFilter < Struct.new( :control_identifiers, :control_operation_types, :enabled_control_identifiers, :statuses, :target_identifiers) SENSITIVE = [] include Aws::Structure end |
---|
#target_identifiers ⇒ Array
The set of targetIdentifier
objects returned by the filter.
188 189 190 191 192 193 194 195 196 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 188 class ControlOperationFilter < Struct.new( :control_identifiers, :control_operation_types, :enabled_control_identifiers, :statuses, :target_identifiers) SENSITIVE = [] include Aws::Structure end |
---|