Class: Aws::Imagebuilder::Types::ListImageScanFindingAggregationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::Filter

A filter name and value pair that is used to return a more specific list of results from a list operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.

Returns:



5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5989

class ListImageScanFindingAggregationsRequest < Struct.new(
  :filter,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

Returns:

  • (String)


5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5989

class ListImageScanFindingAggregationsRequest < Struct.new(
  :filter,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end