Class: Aws::Honeycode::Types::ImportDataSource

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

Overview

An object that has details about the source of the data that was submitted for import.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_configTypes::ImportDataSourceConfig

The configuration parameters for the data source of the import



804
805
806
807
808
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 804

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