Class: Aws::ApplicationDiscoveryService::Types::StartImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartImportTaskResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/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.
1817 1818 1819 1820 1821 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1817 class StartImportTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |