Class: Aws::ECR::Types::GetRegistryScanningConfigurationResponse

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


2132
2133
2134
2135
2136
2137
# File 'lib/aws-sdk-ecr/types.rb', line 2132

class GetRegistryScanningConfigurationResponse < Struct.new(
  :registry_id,
  :scanning_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#scanning_configurationTypes::RegistryScanningConfiguration

The scanning configuration for the registry.



2132
2133
2134
2135
2136
2137
# File 'lib/aws-sdk-ecr/types.rb', line 2132

class GetRegistryScanningConfigurationResponse < Struct.new(
  :registry_id,
  :scanning_configuration)
  SENSITIVE = []
  include Aws::Structure
end