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_id ⇒ String

A KMS key ID for the encryption key.

Returns:

  • (String)


10760
10761
10762
10763
10764
10765
10766
# File 'lib/aws-sdk-inspector2/types.rb', line 10760

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.

Returns:

  • (String)


10760
10761
10762
10763
10764
10765
10766
# File 'lib/aws-sdk-inspector2/types.rb', line 10760

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.

Returns:

  • (String)


10760
10761
10762
10763
10764
10765
10766
# File 'lib/aws-sdk-inspector2/types.rb', line 10760

class UpdateEncryptionKeyRequest < Struct.new(
  :kms_key_id,
  :scan_type,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end