Class: Aws::Honeycode::Types::SourceDataColumnProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

An object that contains the properties for importing data to a specific column in a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_indexInteger

The index of the column in the input file.

Returns:

  • (Integer)


1371
1372
1373
1374
1375
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1371

class SourceDataColumnProperties < Struct.new(
  :column_index)
  SENSITIVE = []
  include Aws::Structure
end