Class: Aws::ECR::Types::BatchGetRepositoryScanningConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::BatchGetRepositoryScanningConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_names ⇒ Array<String>
One or more repository names to get the scanning configuration for.
Instance Attribute Details
#repository_names ⇒ Array<String>
One or more repository names to get the scanning configuration for.
261 262 263 264 265 |
# File 'lib/aws-sdk-ecr/types.rb', line 261 class BatchGetRepositoryScanningConfigurationRequest < Struct.new( :repository_names) SENSITIVE = [] include Aws::Structure end |