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 basic scan type version name.

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
# File 'lib/aws-sdk-ecr/types.rb', line 1624

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

#valueString

Retrieves the value that specifies what basic scan type is being used: ‘AWS_NATIVE` or `CLAIR`.

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
# File 'lib/aws-sdk-ecr/types.rb', line 1624

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