Class: Aws::ECR::Types::PutAccountSettingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutAccountSettingRequest
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Basic scan type version name.
-
#value ⇒ String
Setting value that determines what basic scan type is being used:
AWS_NATIVE
orCLAIR
.
Instance Attribute Details
#name ⇒ String
Basic scan type version name.
2991 2992 2993 2994 2995 2996 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2991 class PutAccountSettingRequest < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Setting value that determines what basic scan type is being used:
AWS_NATIVE
or CLAIR
.
2991 2992 2993 2994 2995 2996 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2991 class PutAccountSettingRequest < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |