Class: Aws::Types::StartExportLabelsTaskRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartExportLabelsTaskRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_s3_path ⇒ ::String
Returns the value of attribute output_s3_path.
-
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
Instance Attribute Details
#output_s3_path ⇒ ::String
Returns the value of attribute output_s3_path.
7193 7194 7195 |
# File 'sig/types.rbs', line 7193 def output_s3_path @output_s3_path end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
7192 7193 7194 |
# File 'sig/types.rbs', line 7192 def transform_id @transform_id end |