Class: Aws::Types::CreateExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#export_job_request ⇒ Types::ExportJobRequest
Returns the value of attribute export_job_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
552 553 554 |
# File 'sig/types.rbs', line 552 def application_id @application_id end |
#export_job_request ⇒ Types::ExportJobRequest
Returns the value of attribute export_job_request.
553 554 555 |
# File 'sig/types.rbs', line 553 def export_job_request @export_job_request end |