Class: Aws::MigrationHubStrategyRecommendations::Types::ListImportFileTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token you use to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


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_infosArray<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