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.
4686 4687 4688 |
# File 'sig/types.rbs', line 4686 def input_s3_path @input_s3_path end |
#replace ⇒ Boolean
Returns the value of attribute replace.
4687 4688 4689 |
# File 'sig/types.rbs', line 4687 def replace @replace end |