Class: Aws::Inspector2::Types::GetClustersForImageRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ClusterForImageFilterCriteria

The resource Id for the Amazon ECR image.



6091
6092
6093
6094
6095
6096
6097
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6091

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

#max_resultsInteger

The maximum number of results to be returned in a single page of results.

Returns:

  • (Integer)


6091
6092
6093
6094
6095
6096
6097
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6091

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

#next_tokenString

The pagination token from a previous request used to retrieve the next page of results.

Returns:

  • (String)


6091
6092
6093
6094
6095
6096
6097
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6091

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