Class: Aws::Types::LaunchedInstance

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_id ⇒ ::String

Returns the value of attribute ec2_instance_id.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def ec2_instance_id
  @ec2_instance_id
end

#first_boot ⇒ "WAITING", ...

Returns the value of attribute first_boot.

Returns:

  • ("WAITING", "SUCCEEDED", "UNKNOWN", "STOPPED")


738
739
740
# File 'sig/types.rbs', line 738

def first_boot
  @first_boot
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def job_id
  @job_id
end

#last_known_checks ⇒ ::Array[Types::LastKnownCheck]

Returns the value of attribute last_known_checks.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def last_known_checks
  @last_known_checks
end

#last_known_fsx_checks_status ⇒ "PASSED", ...

Returns the value of attribute last_known_fsx_checks_status.

Returns:

  • ("PASSED", "FAILED", "PENDING")


740
741
742
# File 'sig/types.rbs', line 740

def last_known_fsx_checks_status
  @last_known_fsx_checks_status
end