Class: Aws::Types::CreateDatasetExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
-
#error_report_location ⇒ Types::ExportErrorReportLocation
Returns the value of attribute error_report_location.
-
#input ⇒ Types::ProcessingInput
Returns the value of attribute input.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
990 991 992 |
# File 'sig/types.rbs', line 990 def client_token @client_token end |
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
991 992 993 |
# File 'sig/types.rbs', line 991 def destination_s3_uri @destination_s3_uri end |
#error_report_location ⇒ Types::ExportErrorReportLocation
Returns the value of attribute error_report_location.
993 994 995 |
# File 'sig/types.rbs', line 993 def error_report_location @error_report_location end |
#input ⇒ Types::ProcessingInput
Returns the value of attribute input.
992 993 994 |
# File 'sig/types.rbs', line 992 def input @input end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
989 990 991 |
# File 'sig/types.rbs', line 989 def workspace_name @workspace_name end |