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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationdiscoveryservice/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:



2058
2059
2060
2061
2062
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2058

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