Class: Aws::EC2::Types::TerminateInstancesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#terminating_instancesArray<Types::InstanceStateChange>

Information about one or more terminated instances.

Returns:



35599
35600
35601
35602
# File 'lib/aws-sdk-ec2/types.rb', line 35599

class TerminateInstancesResult < Struct.new(
  :terminating_instances)
  include Aws::Structure
end