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

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

Retrieves the name of the account setting.

Returns:

  • (String)


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

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

#valueString

The setting value for the setting name. Valid value for basic scan type: AWS_NATIVE. Valid values for registry policy scope: V1 or V2. Valid values for blob mounting: ENABLED or DISABLED.

Returns:

  • (String)


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

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