Class: Aws::ApplicationDiscoveryService::Types::StartImportTaskResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationdiscoveryservice/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#taskTypes::ImportTask

An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.

Returns:



2067
2068
2069
2070
2071
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2067

class StartImportTaskResponse < Struct.new(
  :task)
  SENSITIVE = []
  include Aws::Structure
end