Class: Aws::ECR::Types::PutImageScanningConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutImageScanningConfigurationResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
The image scanning configuration setting for the repository.
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#repository_name ⇒ String
The repository name associated with the request.
Instance Attribute Details
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
The image scanning configuration setting for the repository.
3112 3113 3114 3115 3116 3117 3118 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3112 class PutImageScanningConfigurationResponse < Struct.new( :registry_id, :repository_name, :image_scanning_configuration) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
3112 3113 3114 3115 3116 3117 3118 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3112 class PutImageScanningConfigurationResponse < Struct.new( :registry_id, :repository_name, :image_scanning_configuration) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
3112 3113 3114 3115 3116 3117 3118 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3112 class PutImageScanningConfigurationResponse < Struct.new( :registry_id, :repository_name, :image_scanning_configuration) SENSITIVE = [] include Aws::Structure end |