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

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)


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

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

#scan_typeString

The scan type the key encrypts.

Returns:

  • (String)


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

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