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)


3123
3124
3125
3126
3127
3128
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3123

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

#valueString

Retrieves the value of the specified account setting.

Returns:

  • (String)


3123
3124
3125
3126
3127
3128
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3123

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