Class: Aws::EC2::Types::StopInstancesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#stopping_instancesArray<Types::InstanceStateChange>

Information about one or more stopped instances.

Returns:



35237
35238
35239
35240
# File 'lib/aws-sdk-ec2/types.rb', line 35237

class StopInstancesResult < Struct.new(
  :stopping_instances)
  include Aws::Structure
end