Class: Aws::Types::CreateImportTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateImportTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#import_destination_arn ⇒ ::String
Returns the value of attribute import_destination_arn.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
Instance Attribute Details
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
205 206 207 |
# File 'sig/types.rbs', line 205 def creation_time @creation_time end |
#import_destination_arn ⇒ ::String
Returns the value of attribute import_destination_arn.
204 205 206 |
# File 'sig/types.rbs', line 204 def import_destination_arn @import_destination_arn end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
203 204 205 |
# File 'sig/types.rbs', line 203 def import_id @import_id end |