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.
7099 7100 7101 7102 7103 7104 7105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7099 class UpdateEncryptionKeyRequest < Struct.new( :kms_key_id, :resource_type, :scan_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type for the encryption key.
7099 7100 7101 7102 7103 7104 7105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7099 class UpdateEncryptionKeyRequest < Struct.new( :kms_key_id, :resource_type, :scan_type) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The scan type for the encryption key.
7099 7100 7101 7102 7103 7104 7105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7099 class UpdateEncryptionKeyRequest < Struct.new( :kms_key_id, :resource_type, :scan_type) SENSITIVE = [] include Aws::Structure end |