Class: Aws::Honeycode::Types::SourceDataColumnProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::SourceDataColumnProperties
- Includes:
- Structure
- Defined in:
- 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
-
#column_index ⇒ Integer
The index of the column in the input file.
Instance Attribute Details
#column_index ⇒ Integer
The index of the column in the input file.
1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1371 class SourceDataColumnProperties < Struct.new( :column_index) SENSITIVE = [] include Aws::Structure end |