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 basic scan type version name.
-
#value ⇒ String
Retrieves the value that specifies what basic scan type is being used:
AWS_NATIVE
orCLAIR
.
Instance Attribute Details
#name ⇒ String
Retrieves the basic scan type version name.
1638 1639 1640 1641 1642 1643 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1638 class GetAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Retrieves the value that specifies what basic scan type is being
used: AWS_NATIVE
or CLAIR
.
1638 1639 1640 1641 1642 1643 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1638 class GetAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |