Method: Aws::EMR::Types::InstanceTimeline#creation_date_time
- Defined in:
- lib/aws-sdk-emr/types.rb
#creation_date_time ⇒ Time
The creation date and time of the instance.
3403 3404 3405 3406 3407 3408 3409 |
# File 'lib/aws-sdk-emr/types.rb', line 3403 class InstanceTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |