Class: Aws::EC2::Types::DescribeScheduledInstancesResult

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

Overview

Contains the output of DescribeScheduledInstances.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token required to retrieve the next set of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


14327
14328
14329
14330
14331
# File 'lib/aws-sdk-ec2/types.rb', line 14327

class DescribeScheduledInstancesResult < Struct.new(
  :next_token,
  :scheduled_instance_set)
  include Aws::Structure
end

#scheduled_instance_setArray<Types::ScheduledInstance>

Information about the Scheduled Instances.

Returns:



14327
14328
14329
14330
14331
# File 'lib/aws-sdk-ec2/types.rb', line 14327

class DescribeScheduledInstancesResult < Struct.new(
  :next_token,
  :scheduled_instance_set)
  include Aws::Structure
end