Class: Aws::ECR::Types::PutAccountSettingRequest

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

#nameString

Basic scan type version name.

Returns:

  • (String)


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

#valueString

Setting value that determines what basic scan type is being used: AWS_NATIVE or CLAIR.

Returns:

  • (String)


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