Class: Aws::Mgn::Types::StartImportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartImportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Start import response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_task ⇒ Types::ImportTask
Start import response import task.
Instance Attribute Details
#import_task ⇒ Types::ImportTask
Start import response import task.
4035 4036 4037 4038 4039 |
# File 'lib/aws-sdk-mgn/types.rb', line 4035 class StartImportResponse < Struct.new( :import_task) SENSITIVE = [] include Aws::Structure end |