Class: Aws::EC2::Types::RunScheduledInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RunScheduledInstancesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of RunScheduledInstances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id_set ⇒ Array<String>
The IDs of the newly launched instances.
Instance Attribute Details
#instance_id_set ⇒ Array<String>
The IDs of the newly launched instances.
65758 65759 65760 65761 65762 |
# File 'lib/aws-sdk-ec2/types.rb', line 65758 class RunScheduledInstancesResult < Struct.new( :instance_id_set) SENSITIVE = [] include Aws::Structure end |