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.

Returns:

  • (String)


1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-ecr/types.rb', line 1641

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`.

Returns:

  • (String)


1641
1642
1643
1644
1645
1646
# File 'lib/aws-sdk-ecr/types.rb', line 1641

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