Class: Aws::ECR::Types::StartImageScanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::StartImageScanRequest
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for an image in an Amazon ECR repository.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request.
-
#repository_name ⇒ String
The name of the repository that contains the images to scan.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for an image in an Amazon ECR repository.
3980 3981 3982 3983 3984 3985 3986 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3980 class StartImageScanRequest < Struct.new( :registry_id, :repository_name, :image_id) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.
3980 3981 3982 3983 3984 3985 3986 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3980 class StartImageScanRequest < Struct.new( :registry_id, :repository_name, :image_id) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that contains the images to scan.
3980 3981 3982 3983 3984 3985 3986 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3980 class StartImageScanRequest < Struct.new( :registry_id, :repository_name, :image_id) SENSITIVE = [] include Aws::Structure end |