Class: Aws::Inspector2::Types::GetClustersForImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetClustersForImageRequest
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::ClusterForImageFilterCriteria
The resource Id for the Amazon ECR image.
-
#max_results ⇒ Integer
The maximum number of results to be returned in a single page of results.
-
#next_token ⇒ String
The pagination token from a previous request used to retrieve the next page of results.
Instance Attribute Details
#filter ⇒ Types::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_results ⇒ Integer
The maximum number of results to be returned in a single page of results.
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_token ⇒ String
The pagination token from a previous request used to retrieve the next page of results.
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 |