Class: Aws::Types::DataSetExportConfig
- Inherits:
-
Object
- Object
- Aws::Types::DataSetExportConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DataSets, S3Location, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sets ⇒ ::Array[Types::DataSetExportItem]
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::DataSetExportItem]
Returns the value of attribute data_sets.
205 206 207 |
# File 'sig/types.rbs', line 205 def data_sets @data_sets end |
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
206 207 208 |
# File 'sig/types.rbs', line 206 def s3_location @s3_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
207 208 209 |
# File 'sig/types.rbs', line 207 def unknown @unknown end |