Class: Aws::MigrationHubStrategyRecommendations::Types::StartImportFileTaskResponse

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

#idString

The ID for a specific import task. The ID is unique within an AWS account.

Returns:

  • (String)


2224
2225
2226
2227
2228
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2224

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