Class: Aws::Types::StartImportResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartImportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
-
#merge_strategy ⇒ "OVERWRITE_LATEST", "FAIL_ON_CONFLICT"
Returns the value of attribute merge_strategy.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_type ⇒ "BOT", ...
Returns the value of attribute resource_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
911 912 913 |
# File 'sig/types.rbs', line 911 def created_date @created_date end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
908 909 910 |
# File 'sig/types.rbs', line 908 def import_id @import_id end |
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
909 910 911 |
# File 'sig/types.rbs', line 909 def import_status @import_status end |
#merge_strategy ⇒ "OVERWRITE_LATEST", "FAIL_ON_CONFLICT"
Returns the value of attribute merge_strategy.
907 908 909 |
# File 'sig/types.rbs', line 907 def merge_strategy @merge_strategy end |
#name ⇒ ::String
Returns the value of attribute name.
905 906 907 |
# File 'sig/types.rbs', line 905 def name @name end |
#resource_type ⇒ "BOT", ...
Returns the value of attribute resource_type.
906 907 908 |
# File 'sig/types.rbs', line 906 def resource_type @resource_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
910 911 912 |
# File 'sig/types.rbs', line 910 def end |