Class: Aws::ECR::Types::GetAccountSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetAccountSettingResponse
- 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
The setting value for the setting name.
Instance Attribute Details
#name ⇒ String
Retrieves the name of the account setting.
1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1862 class GetAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The setting value for the setting name. Valid value for basic scan
type: AWS_NATIVE. Valid values for registry policy scope: V1 or
V2. Valid values for blob mounting: ENABLED or DISABLED.
1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1862 class GetAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |