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)


7246
7247
7248
# File 'sig/types.rbs', line 7246

def input_s3_path
  @input_s3_path
end

#replace_all_labelsBoolean

Returns the value of attribute replace_all_labels.

Returns:

  • (Boolean)


7247
7248
7249
# File 'sig/types.rbs', line 7247

def replace_all_labels
  @replace_all_labels
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


7245
7246
7247
# File 'sig/types.rbs', line 7245

def transform_id
  @transform_id
end