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.
3954 3955 3956 3957 3958 |
# File 'lib/aws-sdk-mgn/types.rb', line 3954 class StartImportResponse < Struct.new( :import_task) SENSITIVE = [] include Aws::Structure end |