Class: Aws::Types::ImportSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImportSummary
- 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.
-
#imported_resource_id ⇒ ::String
Returns the value of attribute imported_resource_id.
-
#imported_resource_name ⇒ ::String
Returns the value of attribute imported_resource_name.
-
#imported_resource_type ⇒ "Bot", ...
Returns the value of attribute imported_resource_type.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#merge_strategy ⇒ "Overwrite", ...
Returns the value of attribute merge_strategy.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def creation_date_time @creation_date_time end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def import_id @import_id end |
#import_status ⇒ "InProgress", ...
Returns the value of attribute import_status.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def import_status @import_status end |
#imported_resource_id ⇒ ::String
Returns the value of attribute imported_resource_id.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def imported_resource_id @imported_resource_id end |
#imported_resource_name ⇒ ::String
Returns the value of attribute imported_resource_name.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def imported_resource_name @imported_resource_name end |
#imported_resource_type ⇒ "Bot", ...
Returns the value of attribute imported_resource_type.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def imported_resource_type @imported_resource_type end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def last_updated_date_time @last_updated_date_time end |
#merge_strategy ⇒ "Overwrite", ...
Returns the value of attribute merge_strategy.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def merge_strategy @merge_strategy end |