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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6011

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)


6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6011

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