Module: Aws::LexModelsV2::Client::_StartImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartImportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date_time ⇒ ::Time
- #import_id ⇒ ::String
- #import_status ⇒ "InProgress", ...
- #merge_strategy ⇒ "Overwrite", ...
- #resource_specification ⇒ Types::ImportResourceSpecification
Instance Method Details
#creation_date_time ⇒ ::Time
2068 |
# File 'sig/client.rbs', line 2068
def creation_date_time: () -> ::Time
|
#import_id ⇒ ::String
2064 |
# File 'sig/client.rbs', line 2064
def import_id: () -> ::String
|
#import_status ⇒ "InProgress", ...
2067 |
# File 'sig/client.rbs', line 2067
def import_status: () -> ("InProgress" | "Completed" | "Failed" | "Deleting")
|
#merge_strategy ⇒ "Overwrite", ...
2066 |
# File 'sig/client.rbs', line 2066
def merge_strategy: () -> ("Overwrite" | "FailOnConflict" | "Append")
|
#resource_specification ⇒ Types::ImportResourceSpecification
2065 |
# File 'sig/client.rbs', line 2065
def resource_specification: () -> Types::ImportResourceSpecification
|