Class: Aws::Inspector2::Types::PackageFilter

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

Overview

Contains information on the details of a package filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureTypes::StringFilter

An object that contains details on the package architecture type to filter on.

Returns:



5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5556

class PackageFilter < Struct.new(
  :architecture,
  :epoch,
  :name,
  :release,
  :source_lambda_layer_arn,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#epochTypes::NumberFilter

An object that contains details on the package epoch to filter on.

Returns:



5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5556

class PackageFilter < Struct.new(
  :architecture,
  :epoch,
  :name,
  :release,
  :source_lambda_layer_arn,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#nameTypes::StringFilter

An object that contains details on the name of the package to filter on.

Returns:



5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5556

class PackageFilter < Struct.new(
  :architecture,
  :epoch,
  :name,
  :release,
  :source_lambda_layer_arn,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#releaseTypes::StringFilter

An object that contains details on the package release to filter on.

Returns:



5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5556

class PackageFilter < Struct.new(
  :architecture,
  :epoch,
  :name,
  :release,
  :source_lambda_layer_arn,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#source_lambda_layer_arnTypes::StringFilter

An object that describes the details of a string filter.

Returns:



5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5556

class PackageFilter < Struct.new(
  :architecture,
  :epoch,
  :name,
  :release,
  :source_lambda_layer_arn,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#source_layer_hashTypes::StringFilter

An object that contains details on the source layer hash to filter on.

Returns:



5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5556

class PackageFilter < Struct.new(
  :architecture,
  :epoch,
  :name,
  :release,
  :source_lambda_layer_arn,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionTypes::StringFilter

The package version to filter on.

Returns:



5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5556

class PackageFilter < Struct.new(
  :architecture,
  :epoch,
  :name,
  :release,
  :source_lambda_layer_arn,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end