Class: Aws::Inspector2::Types::RepositoryAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::RepositoryAggregation
- 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
-
#repositories ⇒ Array<Types::StringFilter>
The names of repositories to aggregate findings on.
-
#sort_by ⇒ String
The value to sort results by.
-
#sort_order ⇒ String
The order to sort results by.
Instance Attribute Details
#repositories ⇒ Array<Types::StringFilter>
The names of repositories to aggregate findings on.
5840 5841 5842 5843 5844 5845 5846 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5840 class RepositoryAggregation < Struct.new( :repositories, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The value to sort results by.
5840 5841 5842 5843 5844 5845 5846 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5840 class RepositoryAggregation < Struct.new( :repositories, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to sort results by.
5840 5841 5842 5843 5844 5845 5846 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5840 class RepositoryAggregation < Struct.new( :repositories, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |