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

Returns:

  • (String)


1638
1639
1640
1641
1642
1643
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1638

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)


1638
1639
1640
1641
1642
1643
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1638

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