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.
5351 5352 5353 5354 5355 5356 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5351 class GetEncryptionKeyRequest < Struct.new( :scan_type, :resource_type) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The scan type the key encrypts.
5351 5352 5353 5354 5355 5356 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5351 class GetEncryptionKeyRequest < Struct.new( :scan_type, :resource_type) SENSITIVE = [] include Aws::Structure end |