Class: Aws::Types::DataSetImportConfig

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

Defined Under Namespace

Classes: DataSets, S3Location, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_sets::Array[Types::DataSetImportItem]

Returns the value of attribute data_sets.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def data_sets
  @data_sets
end

#s3_location::String

Returns the value of attribute s3_location.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def s3_location
  @s3_location
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


244
245
246
# File 'sig/types.rbs', line 244

def unknown
  @unknown
end