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)


7236
7237
7238
# File 'sig/types.rbs', line 7236

def input_s3_path
  @input_s3_path
end

#replace_all_labelsBoolean

Returns the value of attribute replace_all_labels.

Returns:

  • (Boolean)


7237
7238
7239
# File 'sig/types.rbs', line 7237

def replace_all_labels
  @replace_all_labels
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


7235
7236
7237
# File 'sig/types.rbs', line 7235

def transform_id
  @transform_id
end