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.
7391 7392 7393 7394 7395 7396 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7391 class ResetEncryptionKeyRequest < Struct.new( :scan_type, :resource_type) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The scan type the key encrypts.
7391 7392 7393 7394 7395 7396 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7391 class ResetEncryptionKeyRequest < Struct.new( :scan_type, :resource_type) SENSITIVE = [] include Aws::Structure end |