Class: Aws::Types::StartImportLabelsTaskRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImportLabelsTaskRunRequest
- 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_all_labels ⇒ Boolean
Returns the value of attribute replace_all_labels.
-
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
Instance Attribute Details
#input_s3_path ⇒ ::String
Returns the value of attribute input_s3_path.
7204 7205 7206 |
# File 'sig/types.rbs', line 7204 def input_s3_path @input_s3_path end |
#replace_all_labels ⇒ Boolean
Returns the value of attribute replace_all_labels.
7205 7206 7207 |
# File 'sig/types.rbs', line 7205 def replace_all_labels @replace_all_labels end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
7203 7204 7205 |
# File 'sig/types.rbs', line 7203 def transform_id @transform_id end |