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.
2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-mgn/types.rb', line 2077 class LaunchedInstance < Struct.new( :ec2_instance_id, :first_boot, :job_id) SENSITIVE = [] include Aws::Structure end |
#first_boot ⇒ String
Launched instance first boot.
2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-mgn/types.rb', line 2077 class LaunchedInstance < Struct.new( :ec2_instance_id, :first_boot, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
Launched instance Job ID.
2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-mgn/types.rb', line 2077 class LaunchedInstance < Struct.new( :ec2_instance_id, :first_boot, :job_id) SENSITIVE = [] include Aws::Structure end |