Class: Aws::Types::FileSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


5734
5735
5736
# File 'sig/types.rbs', line 5734

def data_source_arn
  @data_source_arn
end

#input_columns::Array[Types::InputColumn]

Returns the value of attribute input_columns.

Returns:



5737
5738
5739
# File 'sig/types.rbs', line 5737

def input_columns
  @input_columns
end

#sheet_index::Integer

Returns the value of attribute sheet_index.

Returns:

  • (::Integer)


5736
5737
5738
# File 'sig/types.rbs', line 5736

def sheet_index
  @sheet_index
end

#upload_settingsTypes::UploadSettings

Returns the value of attribute upload_settings.



5735
5736
5737
# File 'sig/types.rbs', line 5735

def upload_settings
  @upload_settings
end