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:



85017
85018
85019
85020
85021
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85017

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