Module: Aws::LexModelsV2::Client::_DescribeImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeImportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date_time ⇒ ::Time
- #failure_reasons ⇒ ::Array[::String]
- #import_id ⇒ ::String
- #import_status ⇒ "InProgress", ...
- #imported_resource_id ⇒ ::String
- #imported_resource_name ⇒ ::String
- #last_updated_date_time ⇒ ::Time
- #merge_strategy ⇒ "Overwrite", ...
- #resource_specification ⇒ Types::ImportResourceSpecification
Instance Method Details
#creation_date_time ⇒ ::Time
971 |
# File 'sig/client.rbs', line 971
def creation_date_time: () -> ::Time
|
#failure_reasons ⇒ ::Array[::String]
970 |
# File 'sig/client.rbs', line 970
def failure_reasons: () -> ::Array[::String]
|
#import_id ⇒ ::String
964 |
# File 'sig/client.rbs', line 964
def import_id: () -> ::String
|
#import_status ⇒ "InProgress", ...
969 |
# File 'sig/client.rbs', line 969
def import_status: () -> ("InProgress" | "Completed" | "Failed" | "Deleting")
|
#imported_resource_id ⇒ ::String
966 |
# File 'sig/client.rbs', line 966
def imported_resource_id: () -> ::String
|
#imported_resource_name ⇒ ::String
967 |
# File 'sig/client.rbs', line 967
def imported_resource_name: () -> ::String
|
#last_updated_date_time ⇒ ::Time
972 |
# File 'sig/client.rbs', line 972
def last_updated_date_time: () -> ::Time
|
#merge_strategy ⇒ "Overwrite", ...
968 |
# File 'sig/client.rbs', line 968
def merge_strategy: () -> ("Overwrite" | "FailOnConflict" | "Append")
|
#resource_specification ⇒ Types::ImportResourceSpecification
965 |
# File 'sig/client.rbs', line 965
def resource_specification: () -> Types::ImportResourceSpecification
|