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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stopping_instancesArray<Types::InstanceStateChange>

Information about the stopped instances.

Returns:



63195
63196
63197
63198
63199
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63195

class StopInstancesResult < Struct.new(
  :stopping_instances)
  SENSITIVE = []
  include Aws::Structure
end