Class: Aws::Inspector2::Types::RepositoryAggregation

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

Overview

The details that define an aggregation based on repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repositoriesArray<Types::StringFilter>

The names of repositories to aggregate findings on.

Returns:



5740
5741
5742
5743
5744
5745
5746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5740

class RepositoryAggregation < Struct.new(
  :repositories,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The value to sort results by.

Returns:

  • (String)


5740
5741
5742
5743
5744
5745
5746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5740

class RepositoryAggregation < Struct.new(
  :repositories,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order to sort results by.

Returns:

  • (String)


5740
5741
5742
5743
5744
5745
5746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5740

class RepositoryAggregation < Struct.new(
  :repositories,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end