Class: Aws::MigrationHubStrategyRecommendations::Types::GetImportFileTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetImportFileTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the import file task.
Instance Attribute Details
#id ⇒ String
The ID of the import file task. This ID is returned in the response of StartImportFileTask.
886 887 888 889 890 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 886 class GetImportFileTaskRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |