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.
1863 1864 1865 1866 1867 1868 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1863 class GetAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The setting value for the setting name. The following are valid
values for the basic scan type being used: AWS_NATIVE or CLAIR.
The following are valid values for the registry policy scope being
used: V1 or V2.
1863 1864 1865 1866 1867 1868 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1863 class GetAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |