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.
24413 24414 24415 24416 24417 24418 |
# File 'lib/aws-sdk-ec2/types.rb', line 24413 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.
24413 24414 24415 24416 24417 24418 |
# File 'lib/aws-sdk-ec2/types.rb', line 24413 class DescribeScheduledInstanceAvailabilityResult < Struct.new( :next_token, :scheduled_instance_availability_set) SENSITIVE = [] include Aws::Structure end |