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)


1901
1902
1903
1904
1905
1906
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1901

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

#scanning_configurationTypes::RegistryScanningConfiguration

The scanning configuration for the registry.



1901
1902
1903
1904
1905
1906
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1901

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