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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


7073
7074
7075
7076
7077
7078
7079
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7073

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)


7073
7074
7075
7076
7077
7078
7079
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7073

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)


7073
7074
7075
7076
7077
7078
7079
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7073

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