Class: Aws::Inspector2::Types::UpdateEncryptionKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateEncryptionKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
A KMS key ID for the encryption key.
-
#resource_type ⇒ String
The resource type for the encryption key.
-
#scan_type ⇒ String
The scan type for the encryption key.
Instance Attribute Details
#kms_key_id ⇒ String
A KMS key ID for the encryption key.
8786 8787 8788 8789 8790 8791 8792 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8786 class UpdateEncryptionKeyRequest < Struct.new( :kms_key_id, :scan_type, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type for the encryption key.
8786 8787 8788 8789 8790 8791 8792 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8786 class UpdateEncryptionKeyRequest < Struct.new( :kms_key_id, :scan_type, :resource_type) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The scan type for the encryption key.
8786 8787 8788 8789 8790 8791 8792 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8786 class UpdateEncryptionKeyRequest < Struct.new( :kms_key_id, :scan_type, :resource_type) SENSITIVE = [] include Aws::Structure end |