Class: Aws::Types::StartImportLabelsTaskRunRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_s3_path::String

Returns the value of attribute input_s3_path.

Returns:

  • (::String)


7204
7205
7206
# File 'sig/types.rbs', line 7204

def input_s3_path
  @input_s3_path
end

#replace_all_labelsBoolean

Returns the value of attribute replace_all_labels.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


7203
7204
7205
# File 'sig/types.rbs', line 7203

def transform_id
  @transform_id
end