Class: Aws::EC2::Types::RunScheduledInstancesResult

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

Overview

Contains the output of RunScheduledInstances.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id_setArray<String>

The IDs of the newly launched instances.

Returns:

  • (Array<String>)


21427
21428
21429
21430
# File 'lib/aws-sdk-ec2/types.rb', line 21427

class RunScheduledInstancesResult < Struct.new(
  :instance_id_set)
  include Aws::Structure
end