Class: Aws::Types::DataSetImportConfig
- Inherits:
-
Object
- Object
- Aws::Types::DataSetImportConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DataSets, S3Location, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sets ⇒ ::Array[Types::DataSetImportItem]
Returns the value of attribute data_sets.
-
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#data_sets ⇒ ::Array[Types::DataSetImportItem]
Returns the value of attribute data_sets.
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.
243 244 245 |
# File 'sig/types.rbs', line 243 def s3_location @s3_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
244 245 246 |
# File 'sig/types.rbs', line 244 def unknown @unknown end |