Class: Aws::Types::CreateExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_data_source ⇒ Types::ExportDataSource
Returns the value of attribute export_data_source.
-
#export_destination ⇒ Types::ExportDestination
Returns the value of attribute export_destination.
Instance Attribute Details
#export_data_source ⇒ Types::ExportDataSource
Returns the value of attribute export_data_source.
294 295 296 |
# File 'sig/types.rbs', line 294 def export_data_source @export_data_source end |
#export_destination ⇒ Types::ExportDestination
Returns the value of attribute export_destination.
295 296 297 |
# File 'sig/types.rbs', line 295 def export_destination @export_destination end |