Class: Aws::Inspector2::Types::ResetEncryptionKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResetEncryptionKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_type ⇒ String
The resource type the key encrypts.
-
#scan_type ⇒ String
The scan type the key encrypts.
Instance Attribute Details
#resource_type ⇒ String
The resource type the key encrypts.
5889 5890 5891 5892 5893 5894 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5889 class ResetEncryptionKeyRequest < Struct.new( :resource_type, :scan_type) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The scan type the key encrypts.
5889 5890 5891 5892 5893 5894 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5889 class ResetEncryptionKeyRequest < Struct.new( :resource_type, :scan_type) SENSITIVE = [] include Aws::Structure end |