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 name of the account setting.

Returns:

  • (String)


3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3014

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

#valueString

Retrieves the value of the specified account setting.

Returns:

  • (String)


3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3014

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