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:



67683
67684
67685
67686
67687
# File 'lib/aws-sdk-ec2/types.rb', line 67683

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