Class: Aws::ECR::Types::PutAccountSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutAccountSettingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Retrieves the the basic scan type version name.
-
#value ⇒ String
Retrieves the basic scan type value, either ‘AWS_NATIVE` or `-`.
Instance Attribute Details
#name ⇒ String
Retrieves the the basic scan type version name.
3008 3009 3010 3011 3012 3013 |
# File 'lib/aws-sdk-ecr/types.rb', line 3008 class PutAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Retrieves the basic scan type value, either ‘AWS_NATIVE` or `-`.
3008 3009 3010 3011 3012 3013 |
# File 'lib/aws-sdk-ecr/types.rb', line 3008 class PutAccountSettingResponse < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |