Method: Aws::Transfer::Types::DecryptStepDetails#type
- Defined in:
- lib/aws-sdk-transfer/types.rb
#type ⇒ String
The type of encryption used. Currently, this value must be PGP.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'lib/aws-sdk-transfer/types.rb', line 1343 class DecryptStepDetails < Struct.new( :name, :type, :source_file_location, :overwrite_existing, :destination_file_location) SENSITIVE = [] include Aws::Structure end |