Class: Aws::EC2::Types::StartInstancesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#starting_instancesArray<Types::InstanceStateChange>

Information about the started instances.

Returns:



67634
67635
67636
67637
67638
# File 'lib/aws-sdk-ec2/types.rb', line 67634

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