Class: Aws::Types::StartImportRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_password ⇒ ::String
Returns the value of attribute file_password.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#merge_strategy ⇒ "Overwrite", ...
Returns the value of attribute merge_strategy.
-
#resource_specification ⇒ Types::ImportResourceSpecification
Returns the value of attribute resource_specification.
Instance Attribute Details
#file_password ⇒ ::String
Returns the value of attribute file_password.
3192 3193 3194 |
# File 'sig/types.rbs', line 3192 def file_password @file_password end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def import_id @import_id end |
#merge_strategy ⇒ "Overwrite", ...
Returns the value of attribute merge_strategy.
3191 3192 3193 |
# File 'sig/types.rbs', line 3191 def merge_strategy @merge_strategy end |
#resource_specification ⇒ Types::ImportResourceSpecification
Returns the value of attribute resource_specification.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def resource_specification @resource_specification end |