Class: Aws::ECR::Types::PutAccountSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutAccountSettingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Retrieves the name of the account setting.
-
#value ⇒ String
Retrieves the value of the specified account setting.
Instance Attribute Details
#name ⇒ String
Retrieves the name of the account setting.
3014 3015 3016 3017 3018 3019 |
# File 'lib/aws-sdk-ecr/types.rb', line 3014 class PutAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Retrieves the value of the specified account setting.
3014 3015 3016 3017 3018 3019 |
# File 'lib/aws-sdk-ecr/types.rb', line 3014 class PutAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |