Class: Aws::Types::CopyStepDetails
- Inherits:
-
Object
- Object
- Aws::Types::CopyStepDetails
- 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.
Instance Attribute Details
#destination_file_location ⇒ Types::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.
68 69 70 |
# File 'sig/types.rbs', line 68 def name @name end |
#overwrite_existing ⇒ "TRUE", "FALSE"
Returns the value of attribute overwrite_existing.
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.
71 72 73 |
# File 'sig/types.rbs', line 71 def source_file_location @source_file_location end |