Method: AWS::EC2::Instance#launch_time
- Defined in:
- lib/aws/ec2/instance.rb
#launch_time ⇒ Time (readonly)
The time at which the instance was launched.
151 152 153 |
# File 'lib/aws/ec2/instance.rb', line 151 def launch_time @launch_time end |