Class: Aws::EC2::Types::DescribeScheduledInstanceAvailabilityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeScheduledInstanceAvailabilityResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of DescribeScheduledInstanceAvailability.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token required to retrieve the next set of results.
-
#scheduled_instance_availability_set ⇒ Array<Types::ScheduledInstanceAvailability>
Information about the available Scheduled Instances.
Instance Attribute Details
#next_token ⇒ String
The token required to retrieve the next set of results. This value is ‘null` when there are no more results to return.
25985 25986 25987 25988 25989 25990 |
# File 'lib/aws-sdk-ec2/types.rb', line 25985 class DescribeScheduledInstanceAvailabilityResult < Struct.new( :next_token, :scheduled_instance_availability_set) SENSITIVE = [] include Aws::Structure end |
#scheduled_instance_availability_set ⇒ Array<Types::ScheduledInstanceAvailability>
Information about the available Scheduled Instances.
25985 25986 25987 25988 25989 25990 |
# File 'lib/aws-sdk-ec2/types.rb', line 25985 class DescribeScheduledInstanceAvailabilityResult < Struct.new( :next_token, :scheduled_instance_availability_set) SENSITIVE = [] include Aws::Structure end |