Class: Aws::EC2::Types::DescribeScheduledInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeScheduledInstancesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of DescribeScheduledInstances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token required to retrieve the next set of results.
-
#scheduled_instance_set ⇒ Array<Types::ScheduledInstance>
Information about the 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.
26057 26058 26059 26060 26061 26062 |
# File 'lib/aws-sdk-ec2/types.rb', line 26057 class DescribeScheduledInstancesResult < Struct.new( :next_token, :scheduled_instance_set) SENSITIVE = [] include Aws::Structure end |
#scheduled_instance_set ⇒ Array<Types::ScheduledInstance>
Information about the Scheduled Instances.
26057 26058 26059 26060 26061 26062 |
# File 'lib/aws-sdk-ec2/types.rb', line 26057 class DescribeScheduledInstancesResult < Struct.new( :next_token, :scheduled_instance_set) SENSITIVE = [] include Aws::Structure end |