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_typeString

The resource type the key encrypts.

Returns:

  • (String)


4079
4080
4081
4082
4083
4084
# File 'lib/aws-sdk-inspector2/types.rb', line 4079

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

#scan_typeString

The scan type the key encrypts.

Returns:

  • (String)


4079
4080
4081
4082
4083
4084
# File 'lib/aws-sdk-inspector2/types.rb', line 4079

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