Class: Aws::EC2::Types::PurchaseScheduledInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PurchaseScheduledInstancesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of PurchaseScheduledInstances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_instance_set ⇒ Array<Types::ScheduledInstance>
Information about the Scheduled Instances.
Instance Attribute Details
#scheduled_instance_set ⇒ Array<Types::ScheduledInstance>
Information about the Scheduled Instances.
59004 59005 59006 59007 59008 |
# File 'lib/aws-sdk-ec2/types.rb', line 59004 class PurchaseScheduledInstancesResult < Struct.new( :scheduled_instance_set) SENSITIVE = [] include Aws::Structure end |