Class: Aws::Inspector2::Types::UpdateEncryptionKeyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

A KMS key ID for the encryption key.

Returns:

  • (String)


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_typeString

The resource type for the encryption key.

Returns:

  • (String)


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_typeString

The scan type for the encryption key.

Returns:

  • (String)


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