Class: Aws::Inspector2::Types::GetEncryptionKeyRequest

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

#resource_type ⇒ String

The resource type the key encrypts.

Returns:

  • (String)


6417
6418
6419
6420
6421
6422
# File 'lib/aws-sdk-inspector2/types.rb', line 6417

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

#scan_type ⇒ String

The scan type the key encrypts.

Returns:

  • (String)


6417
6418
6419
6420
6421
6422
# File 'lib/aws-sdk-inspector2/types.rb', line 6417

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