Class: Aws::Inspector2::Types::ImageLayerAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ImageLayerAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The details that define an aggregation based on container image layers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_hashes ⇒ Array<Types::StringFilter>
The hashes associated with the layers.
-
#repositories ⇒ Array<Types::StringFilter>
The repository associated with the container image hosting the layers.
-
#resource_ids ⇒ Array<Types::StringFilter>
The ID of the container image layer.
-
#sort_by ⇒ String
The value to sort results by.
-
#sort_order ⇒ String
The order to sort results by.
Instance Attribute Details
#layer_hashes ⇒ Array<Types::StringFilter>
The hashes associated with the layers.
4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4251 class ImageLayerAggregation < Struct.new( :layer_hashes, :repositories, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#repositories ⇒ Array<Types::StringFilter>
The repository associated with the container image hosting the layers.
4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4251 class ImageLayerAggregation < Struct.new( :layer_hashes, :repositories, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<Types::StringFilter>
The ID of the container image layer.
4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4251 class ImageLayerAggregation < Struct.new( :layer_hashes, :repositories, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The value to sort results by.
4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4251 class ImageLayerAggregation < Struct.new( :layer_hashes, :repositories, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to sort results by.
4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4251 class ImageLayerAggregation < Struct.new( :layer_hashes, :repositories, :resource_ids, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |