Class: Aws::Types::StartImportResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartImportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_status ⇒ "InProgress", ...
Returns the value of attribute import_status.
-
#merge_strategy ⇒ "Overwrite", ...
Returns the value of attribute merge_strategy.
-
#resource_specification ⇒ Types::ImportResourceSpecification
Returns the value of attribute resource_specification.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def creation_date_time @creation_date_time end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
3197 3198 3199 |
# File 'sig/types.rbs', line 3197 def import_id @import_id end |
#import_status ⇒ "InProgress", ...
Returns the value of attribute import_status.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def import_status @import_status end |
#merge_strategy ⇒ "Overwrite", ...
Returns the value of attribute merge_strategy.
3199 3200 3201 |
# File 'sig/types.rbs', line 3199 def merge_strategy @merge_strategy end |
#resource_specification ⇒ Types::ImportResourceSpecification
Returns the value of attribute resource_specification.
3198 3199 3200 |
# File 'sig/types.rbs', line 3198 def resource_specification @resource_specification end |