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 ID of the registry.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
# File 'lib/aws-sdk-ecr/types.rb', line 1603

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

#scanning_configurationTypes::RegistryScanningConfiguration

The scanning configuration for the registry.



1603
1604
1605
1606
1607
1608
# File 'lib/aws-sdk-ecr/types.rb', line 1603

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