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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/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)


2077
2078
2079
2080
2081
2082
2083
# File 'gems/aws-sdk-mgn/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_bootString

Launched instance first boot.

Returns:

  • (String)


2077
2078
2079
2080
2081
2082
2083
# File 'gems/aws-sdk-mgn/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_idString

Launched instance Job ID.

Returns:

  • (String)


2077
2078
2079
2080
2081
2082
2083
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2077

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