Method: Aws::EMR::Types::InstanceTimeline#end_date_time
- Defined in:
- lib/aws-sdk-emr/types.rb
#end_date_time ⇒ Time
The date and time when the instance was terminated.
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 |