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.



5034
5035
5036
5037
5038
5039
5040
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5034

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)


5034
5035
5036
5037
5038
5039
5040
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5034

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)


5034
5035
5036
5037
5038
5039
5040
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5034

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