Class: Aws::Types::CopyStepDetails

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.



69
70
71
# File 'sig/types.rbs', line 69

def destination_file_location
  @destination_file_location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def name
  @name
end

#overwrite_existing"TRUE", "FALSE"

Returns the value of attribute overwrite_existing.

Returns:

  • ("TRUE", "FALSE")


70
71
72
# File 'sig/types.rbs', line 70

def overwrite_existing
  @overwrite_existing
end

#source_file_location::String

Returns the value of attribute source_file_location.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def source_file_location
  @source_file_location
end