Class: Aws::Inspector2::Types::UpdateFilterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

Specifies the action that is to be applied to the findings that match the filter.

Returns:

  • (String)


7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7032

class UpdateFilterRequest < Struct.new(
  :action,
  :description,
  :filter_arn,
  :filter_criteria,
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the filter.

Returns:

  • (String)


7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7032

class UpdateFilterRequest < Struct.new(
  :action,
  :description,
  :filter_arn,
  :filter_criteria,
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#filter_arnString

The Amazon Resource Number (ARN) of the filter to update.

Returns:

  • (String)


7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7032

class UpdateFilterRequest < Struct.new(
  :action,
  :description,
  :filter_arn,
  :filter_criteria,
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#filter_criteriaTypes::FilterCriteria

Defines the criteria to be update in the filter.



7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7032

class UpdateFilterRequest < Struct.new(
  :action,
  :description,
  :filter_arn,
  :filter_criteria,
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the filter.

Returns:

  • (String)


7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7032

class UpdateFilterRequest < Struct.new(
  :action,
  :description,
  :filter_arn,
  :filter_criteria,
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason the filter was updated.

Returns:

  • (String)


7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7032

class UpdateFilterRequest < Struct.new(
  :action,
  :description,
  :filter_arn,
  :filter_criteria,
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end