Class: Aws::EC2::Types::DescribeScheduledInstanceAvailabilityResult

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

Overview

Contains the output of DescribeScheduledInstanceAvailability.

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)


14323
14324
14325
14326
14327
# File 'lib/aws-sdk-ec2/types.rb', line 14323

class DescribeScheduledInstanceAvailabilityResult < Struct.new(
  :next_token,
  :scheduled_instance_availability_set)
  include Aws::Structure
end

#scheduled_instance_availability_setArray<Types::ScheduledInstanceAvailability>

Information about the available Scheduled Instances.



14323
14324
14325
14326
14327
# File 'lib/aws-sdk-ec2/types.rb', line 14323

class DescribeScheduledInstanceAvailabilityResult < Struct.new(
  :next_token,
  :scheduled_instance_availability_set)
  include Aws::Structure
end