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:



69465
69466
69467
69468
69469
# File 'lib/aws-sdk-ec2/types.rb', line 69465

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