Class: Aws::Honeycode::Types::ImportDataSourceConfig

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

Overview

An object that contains the configuration parameters for the data source of an import request.

Constant Summary collapse

SENSITIVE =
[:data_source_url]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_urlString

The URL from which source data will be downloaded for the import request.

Returns:

  • (String)


820
821
822
823
824
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 820

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