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)


4056
4057
4058
4059
4060
4061
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4056

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

#scan_typeString

The scan type the key encrypts.

Returns:

  • (String)


4056
4057
4058
4059
4060
4061
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4056

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