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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#starting_instancesArray<Types::InstanceStateChange>

Information about one or more started instances.

Returns:



35114
35115
35116
35117
# File 'lib/aws-sdk-ec2/types.rb', line 35114

class StartInstancesResult < Struct.new(
  :starting_instances)
  include Aws::Structure
end