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:



61991
61992
61993
61994
61995
# File 'lib/aws-sdk-ec2/types.rb', line 61991

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