Class: Aws::Inspector2::Types::GetEncryptionKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetEncryptionKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_type ⇒ String
The resource type the key encrypts.
-
#scan_type ⇒ String
The scan type the key encrypts.
Instance Attribute Details
#resource_type ⇒ String
The resource type the key encrypts.
4076 4077 4078 4079 4080 4081 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4076 class GetEncryptionKeyRequest < Struct.new( :resource_type, :scan_type) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The scan type the key encrypts.
4076 4077 4078 4079 4080 4081 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4076 class GetEncryptionKeyRequest < Struct.new( :resource_type, :scan_type) SENSITIVE = [] include Aws::Structure end |