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:



34956
34957
34958
34959
# File 'lib/aws-sdk-ec2/types.rb', line 34956

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