Class: Aws::Types::DataSetImportItem
- Inherits:
-
Object
- Object
- Aws::Types::DataSetImportItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set ⇒ Types::DataSet
Returns the value of attribute data_set.
-
#external_location ⇒ Types::ExternalLocation
Returns the value of attribute external_location.
Instance Attribute Details
#data_set ⇒ Types::DataSet
Returns the value of attribute data_set.
256 257 258 |
# File 'sig/types.rbs', line 256 def data_set @data_set end |
#external_location ⇒ Types::ExternalLocation
Returns the value of attribute external_location.
257 258 259 |
# File 'sig/types.rbs', line 257 def external_location @external_location end |