Class: Aws::ECR::Types::BatchGetRepositoryScanningConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::RepositoryScanningConfigurationFailure>

Any failures associated with the call.



277
278
279
280
281
282
# File 'lib/aws-sdk-ecr/types.rb', line 277

class BatchGetRepositoryScanningConfigurationResponse < Struct.new(
  :scanning_configurations,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end

#scanning_configurationsArray<Types::RepositoryScanningConfiguration>

The scanning configuration for the requested repositories.



277
278
279
280
281
282
# File 'lib/aws-sdk-ecr/types.rb', line 277

class BatchGetRepositoryScanningConfigurationResponse < Struct.new(
  :scanning_configurations,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end