Class: Aws::Types::CreateImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#import_job_request ⇒ Types::ImportJobRequest
Returns the value of attribute import_job_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
563 564 565 |
# File 'sig/types.rbs', line 563 def application_id @application_id end |
#import_job_request ⇒ Types::ImportJobRequest
Returns the value of attribute import_job_request.
564 565 566 |
# File 'sig/types.rbs', line 564 def import_job_request @import_job_request end |