Class: Aws::LexModelsV2::Types::ImportSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ImportSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides summary information about an import in an import list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The date and time that the import was created.
-
#import_id ⇒ String
The unique identifier that Amazon Lex assigned to the import.
-
#import_status ⇒ String
The status of the resource.
-
#imported_resource_id ⇒ String
The unique identifier that Amazon Lex assigned to the imported resource.
-
#imported_resource_name ⇒ String
The name that you gave the imported resource.
-
#imported_resource_type ⇒ String
The type of resource that was imported.
-
#last_updated_date_time ⇒ Time
The date and time that the import was last updated.
-
#merge_strategy ⇒ String
The strategy used to merge existing bot or bot locale definitions with the imported definition.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time that the import was created.
8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8040 class ImportSummary < Struct.new( :import_id, :imported_resource_id, :imported_resource_name, :import_status, :merge_strategy, :creation_date_time, :last_updated_date_time, :imported_resource_type) SENSITIVE = [] include Aws::Structure end |
#import_id ⇒ String
The unique identifier that Amazon Lex assigned to the import.
8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8040 class ImportSummary < Struct.new( :import_id, :imported_resource_id, :imported_resource_name, :import_status, :merge_strategy, :creation_date_time, :last_updated_date_time, :imported_resource_type) SENSITIVE = [] include Aws::Structure end |
#import_status ⇒ String
The status of the resource. When the status is ‘Completed` the resource is ready to build.
8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8040 class ImportSummary < Struct.new( :import_id, :imported_resource_id, :imported_resource_name, :import_status, :merge_strategy, :creation_date_time, :last_updated_date_time, :imported_resource_type) SENSITIVE = [] include Aws::Structure end |
#imported_resource_id ⇒ String
The unique identifier that Amazon Lex assigned to the imported resource.
8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8040 class ImportSummary < Struct.new( :import_id, :imported_resource_id, :imported_resource_name, :import_status, :merge_strategy, :creation_date_time, :last_updated_date_time, :imported_resource_type) SENSITIVE = [] include Aws::Structure end |
#imported_resource_name ⇒ String
The name that you gave the imported resource.
8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8040 class ImportSummary < Struct.new( :import_id, :imported_resource_id, :imported_resource_name, :import_status, :merge_strategy, :creation_date_time, :last_updated_date_time, :imported_resource_type) SENSITIVE = [] include Aws::Structure end |
#imported_resource_type ⇒ String
The type of resource that was imported.
8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8040 class ImportSummary < Struct.new( :import_id, :imported_resource_id, :imported_resource_name, :import_status, :merge_strategy, :creation_date_time, :last_updated_date_time, :imported_resource_type) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time that the import was last updated.
8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8040 class ImportSummary < Struct.new( :import_id, :imported_resource_id, :imported_resource_name, :import_status, :merge_strategy, :creation_date_time, :last_updated_date_time, :imported_resource_type) SENSITIVE = [] include Aws::Structure end |
#merge_strategy ⇒ String
The strategy used to merge existing bot or bot locale definitions with the imported definition.
8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8040 class ImportSummary < Struct.new( :import_id, :imported_resource_id, :imported_resource_name, :import_status, :merge_strategy, :creation_date_time, :last_updated_date_time, :imported_resource_type) SENSITIVE = [] include Aws::Structure end |