Class: Aws::LexModelBuildingService::Types::StartImportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

A timestamp for the date and time that the import job was requested.

Returns:

  • (Time)


4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4286

class StartImportResponse < Struct.new(
  :name,
  :resource_type,
  :merge_strategy,
  :import_id,
  :import_status,
  :tags,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#import_idString

The identifier for the specific import job.

Returns:

  • (String)


4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4286

class StartImportResponse < Struct.new(
  :name,
  :resource_type,
  :merge_strategy,
  :import_id,
  :import_status,
  :tags,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#import_statusString

The status of the import job. If the status is FAILED, you can get the reason for the failure using the GetImport operation.

Returns:

  • (String)


4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4286

class StartImportResponse < Struct.new(
  :name,
  :resource_type,
  :merge_strategy,
  :import_id,
  :import_status,
  :tags,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#merge_strategyString

The action to take when there is a merge conflict.

Returns:

  • (String)


4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4286

class StartImportResponse < Struct.new(
  :name,
  :resource_type,
  :merge_strategy,
  :import_id,
  :import_status,
  :tags,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name given to the import job.

Returns:

  • (String)


4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4286

class StartImportResponse < Struct.new(
  :name,
  :resource_type,
  :merge_strategy,
  :import_id,
  :import_status,
  :tags,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource to import.

Returns:

  • (String)


4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4286

class StartImportResponse < Struct.new(
  :name,
  :resource_type,
  :merge_strategy,
  :import_id,
  :import_status,
  :tags,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags added to the imported bot.

Returns:



4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4286

class StartImportResponse < Struct.new(
  :name,
  :resource_type,
  :merge_strategy,
  :import_id,
  :import_status,
  :tags,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end