Class: Aws::Types::GetImportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetImportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#failure_reason ⇒ ::Array[::String]
Returns the value of attribute failure_reason.
-
#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.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
433 434 435 |
# File 'sig/types.rbs', line 433 def created_date @created_date end |
#failure_reason ⇒ ::Array[::String]
Returns the value of attribute failure_reason.
432 433 434 |
# File 'sig/types.rbs', line 432 def failure_reason @failure_reason end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
430 431 432 |
# File 'sig/types.rbs', line 430 def import_id @import_id end |
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
431 432 433 |
# File 'sig/types.rbs', line 431 def import_status @import_status end |
#merge_strategy ⇒ "OVERWRITE_LATEST", "FAIL_ON_CONFLICT"
Returns the value of attribute merge_strategy.
429 430 431 |
# File 'sig/types.rbs', line 429 def merge_strategy @merge_strategy end |
#name ⇒ ::String
Returns the value of attribute name.
427 428 429 |
# File 'sig/types.rbs', line 427 def name @name end |
#resource_type ⇒ "BOT", ...
Returns the value of attribute resource_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def resource_type @resource_type end |