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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/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)


1979
1980
1981
1982
1983
1984
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1979

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

#scanning_configurationTypes::RegistryScanningConfiguration

The scanning configuration for the registry.



1979
1980
1981
1982
1983
1984
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1979

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