Class: Aws::Types::CopyValueEntry
- Inherits:
-
Object
- Object
- Aws::Types::CopyValueEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#overwrite_if_exists ⇒ Boolean
Returns the value of attribute overwrite_if_exists.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#overwrite_if_exists ⇒ Boolean
Returns the value of attribute overwrite_if_exists.
160 161 162 |
# File 'sig/types.rbs', line 160 def overwrite_if_exists @overwrite_if_exists end |
#source ⇒ ::String
Returns the value of attribute source.
158 159 160 |
# File 'sig/types.rbs', line 158 def source @source end |
#target ⇒ ::String
Returns the value of attribute target.
159 160 161 |
# File 'sig/types.rbs', line 159 def target @target end |