Class: Aws::ECR::Types::PutAccountSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutAccountSettingResponse
- Defined in:
- gems/aws-sdk-ecr/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.
3087 3088 3089 3090 3091 3092 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3087 class PutAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Retrieves the value of the specified account setting.
3087 3088 3089 3090 3091 3092 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3087 class PutAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |