Class: Aws::ApplicationDiscoveryService::Types::StartImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartImportTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task ⇒ Types::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.
Instance Attribute Details
#task ⇒ Types::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.
2058 2059 2060 2061 2062 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2058 class StartImportTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |