Method: AWS::EC2::Instance#launch_time

Defined in:
lib/aws/ec2/instance.rb

#launch_timeTime (readonly)

The time at which the instance was launched.

Returns:

  • (Time)

    the current value of launch_time



151
152
153
# File 'lib/aws/ec2/instance.rb', line 151

def launch_time
  @launch_time
end