Class: Aws::ECR::Types::GetAccountSettingResponse

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

#nameString

Retrieves the name of the account setting.



1863
1864
1865
1866
1867
1868
# File 'lib/aws-sdk-ecr/types.rb', line 1863

class GetAccountSettingResponse < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The setting value for the setting name. The following are valid values for the basic scan type being used: ‘AWS_NATIVE` or `CLAIR`. The following are valid values for the registry policy scope being used: `V1` or `V2`.



1863
1864
1865
1866
1867
1868
# File 'lib/aws-sdk-ecr/types.rb', line 1863

class GetAccountSettingResponse < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end