Class: Aws::ECR::Types::GetAccountSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetAccountSettingResponse
- 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
The setting value for the setting name.
Instance Attribute Details
#name ⇒ String
Retrieves the name of the account setting.
1641 1642 1643 1644 1645 1646 |
# File 'lib/aws-sdk-ecr/types.rb', line 1641 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`.
1641 1642 1643 1644 1645 1646 |
# File 'lib/aws-sdk-ecr/types.rb', line 1641 class GetAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |