Class: Aws::Types::DecryptStepDetails
- Inherits:
-
Object
- Object
- Aws::Types::DecryptStepDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_file_location ⇒ Types::InputFileLocation
Returns the value of attribute destination_file_location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#overwrite_existing ⇒ "TRUE", "FALSE"
Returns the value of attribute overwrite_existing.
-
#source_file_location ⇒ ::String
Returns the value of attribute source_file_location.
-
#type ⇒ "PGP"
Returns the value of attribute type.
Instance Attribute Details
#destination_file_location ⇒ Types::InputFileLocation
Returns the value of attribute destination_file_location.
247 248 249 |
# File 'sig/types.rbs', line 247 def destination_file_location @destination_file_location end |
#name ⇒ ::String
Returns the value of attribute name.
243 244 245 |
# File 'sig/types.rbs', line 243 def name @name end |
#overwrite_existing ⇒ "TRUE", "FALSE"
Returns the value of attribute overwrite_existing.
246 247 248 |
# File 'sig/types.rbs', line 246 def overwrite_existing @overwrite_existing end |
#source_file_location ⇒ ::String
Returns the value of attribute source_file_location.
245 246 247 |
# File 'sig/types.rbs', line 245 def source_file_location @source_file_location end |
#type ⇒ "PGP"
Returns the value of attribute type.
244 245 246 |
# File 'sig/types.rbs', line 244 def type @type end |