Class: Aws::Mgn::Types::TerminateTargetInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::TerminateTargetInstancesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
Terminate Target instance Job response.
Instance Attribute Details
#job ⇒ Types::Job
Terminate Target instance Job response.
4160 4161 4162 4163 4164 |
# File 'lib/aws-sdk-mgn/types.rb', line 4160 class TerminateTargetInstancesResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |