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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2224

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