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.
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_results ⇒ Integer
The maximum number of results to be returned in a single page of results.
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_token ⇒ String
The pagination token from a previous request used to retrieve the next page of results.
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 |