Class: Aws::Types::LaunchedInstance
- Inherits:
-
Object
- Object
- Aws::Types::LaunchedInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#first_boot ⇒ "WAITING", ...
Returns the value of attribute first_boot.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#last_known_checks ⇒ ::Array[Types::LastKnownCheck]
Returns the value of attribute last_known_checks.
-
#last_known_fsx_checks_status ⇒ "PASSED", ...
Returns the value of attribute last_known_fsx_checks_status.
Instance Attribute Details
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
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.
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.
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.
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.
740 741 742 |
# File 'sig/types.rbs', line 740 def last_known_fsx_checks_status @last_known_fsx_checks_status end |