Class: Aws::Types::ImportLabelsTaskRunProperties
- Inherits:
-
Object
- Object
- Aws::Types::ImportLabelsTaskRunProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_s3_path ⇒ ::String
Returns the value of attribute input_s3_path.
-
#replace ⇒ Boolean
Returns the value of attribute replace.
Instance Attribute Details
#input_s3_path ⇒ ::String
Returns the value of attribute input_s3_path.
4667 4668 4669 |
# File 'sig/types.rbs', line 4667 def input_s3_path @input_s3_path end |
#replace ⇒ Boolean
Returns the value of attribute replace.
4668 4669 4670 |
# File 'sig/types.rbs', line 4668 def replace @replace end |