Class: Aws::Types::DecryptStepDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_file_locationTypes::InputFileLocation

Returns the value of attribute destination_file_location.

Returns:



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.

Returns:



243
244
245
# File 'sig/types.rbs', line 243

def name
  @name
end

#overwrite_existing"TRUE", "FALSE"

Returns the value of attribute overwrite_existing.

Returns:



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.

Returns:



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.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def type
  @type
end