Class: Aws::Mgn::Types::LaunchedInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LaunchedInstance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Launched instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_instance_id ⇒ String
Launched instance EC2 ID.
-
#first_boot ⇒ String
Launched instance first boot.
-
#job_id ⇒ String
Launched instance Job ID.
Instance Attribute Details
#ec2_instance_id ⇒ String
Launched instance EC2 ID.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-mgn/types.rb', line 2138 class LaunchedInstance < Struct.new( :ec2_instance_id, :job_id, :first_boot) SENSITIVE = [] include Aws::Structure end |
#first_boot ⇒ String
Launched instance first boot.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-mgn/types.rb', line 2138 class LaunchedInstance < Struct.new( :ec2_instance_id, :job_id, :first_boot) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
Launched instance Job ID.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-mgn/types.rb', line 2138 class LaunchedInstance < Struct.new( :ec2_instance_id, :job_id, :first_boot) SENSITIVE = [] include Aws::Structure end |