Class: Aws::Inspector2::Types::ResetEncryptionKeyRequest

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

#resource_typeString

The resource type the key encrypts.

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5863

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

#scan_typeString

The scan type the key encrypts.

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5863

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