Class: Aws::ECR::Types::PutAccountSettingResponse

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

Returns:

  • (String)


2994
2995
2996
2997
2998
2999
# File 'lib/aws-sdk-ecr/types.rb', line 2994

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

#valueString

Retrieves the basic scan type value, either ‘AWS_NATIVE` or `-`.

Returns:

  • (String)


2994
2995
2996
2997
2998
2999
# File 'lib/aws-sdk-ecr/types.rb', line 2994

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