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

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

Overview

Contains the output of DescribeScheduledInstanceAvailability.

Constant Summary collapse

SENSITIVE =
[]

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)


24054
24055
24056
24057
24058
24059
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24054

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

#scheduled_instance_availability_setArray<Types::ScheduledInstanceAvailability>

Information about the available Scheduled Instances.



24054
24055
24056
24057
24058
24059
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24054

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