Class: Aws::ControlCatalog::Types::ControlMappingFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb

Overview

A structure that defines filtering criteria for the ListControlMappings operation. You can use this filter to narrow down the list of control mappings based on control ARNs, common control ARNs, or mapping types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#common_control_arnsArray<String>

A list of common control ARNs to filter the mappings. When specified, only mappings associated with these common controls are returned.

Returns:

  • (Array<String>)


213
214
215
216
217
218
219
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 213

class ControlMappingFilter < Struct.new(
  :control_arns,
  :common_control_arns,
  :mapping_types)
  SENSITIVE = []
  include Aws::Structure
end

#control_arnsArray<String>

A list of control ARNs to filter the mappings. When specified, only mappings associated with these controls are returned.

Returns:

  • (Array<String>)


213
214
215
216
217
218
219
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 213

class ControlMappingFilter < Struct.new(
  :control_arns,
  :common_control_arns,
  :mapping_types)
  SENSITIVE = []
  include Aws::Structure
end

#mapping_typesArray<String>

A list of mapping types to filter the mappings. When specified, only mappings of these types are returned.

Returns:

  • (Array<String>)


213
214
215
216
217
218
219
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 213

class ControlMappingFilter < Struct.new(
  :control_arns,
  :common_control_arns,
  :mapping_types)
  SENSITIVE = []
  include Aws::Structure
end