Class: Aws::Mgn::Types::LaunchedInstance

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Launched instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_idString

Launched instance EC2 ID.

Returns:

  • (String)


2399
2400
2401
2402
2403
2404
2405
# File 'lib/aws-sdk-mgn/types.rb', line 2399

class LaunchedInstance < Struct.new(
  :ec2_instance_id,
  :job_id,
  :first_boot)
  SENSITIVE = []
  include Aws::Structure
end

#first_bootString

Launched instance first boot.

Returns:

  • (String)


2399
2400
2401
2402
2403
2404
2405
# File 'lib/aws-sdk-mgn/types.rb', line 2399

class LaunchedInstance < Struct.new(
  :ec2_instance_id,
  :job_id,
  :first_boot)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

Launched instance Job ID.

Returns:

  • (String)


2399
2400
2401
2402
2403
2404
2405
# File 'lib/aws-sdk-mgn/types.rb', line 2399

class LaunchedInstance < Struct.new(
  :ec2_instance_id,
  :job_id,
  :first_boot)
  SENSITIVE = []
  include Aws::Structure
end