Class: Aws::ECR::Types::GetRegistryScanningConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetRegistryScanningConfigurationResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#scanning_configuration ⇒ Types::RegistryScanningConfiguration
The scanning configuration for the registry.
Instance Attribute Details
#registry_id ⇒ String
The registry ID associated with the request.
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_configuration ⇒ Types::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 |