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

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

Returns:

  • (String)


3008
3009
3010
3011
3012
3013
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3008

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

#valueString

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

Returns:

  • (String)


3008
3009
3010
3011
3012
3013
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3008

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