Class: Aws::MigrationHubStrategyRecommendations::Types::ListImportFileTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ListImportFileTaskResponse
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token you use to retrieve the next set of results, or null if there are no more results.
-
#task_infos ⇒ Array<Types::ImportFileTaskInformation>
Lists information about the files you import.
Instance Attribute Details
#next_token ⇒ String
The token you use to retrieve the next set of results, or null if there are no more results.
1476 1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1476 class ListImportFileTaskResponse < Struct.new( :next_token, :task_infos) SENSITIVE = [] include Aws::Structure end |
#task_infos ⇒ Array<Types::ImportFileTaskInformation>
Lists information about the files you import.
1476 1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1476 class ListImportFileTaskResponse < Struct.new( :next_token, :task_infos) SENSITIVE = [] include Aws::Structure end |