Describes the specified Scheduled Instances or all your Scheduled Instances.
See https://www.paws-r-sdk.com/docs/ec2_describe_scheduled_instances/ for full documentation.
ec2_describe_scheduled_instances(
DryRun = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL,
ScheduledInstanceIds = NULL,
SlotStartTimeRange = NULL
)
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
The filters.
availability-zone
- The Availability Zone (for example,
us-west-2a
).
instance-type
- The instance type (for example, c4.large
).
platform
- The platform (Linux/UNIX
or Windows
).
The maximum number of results to return in a single call. This value can
be between 5 and 300. The default value is 100. To retrieve the
remaining results, make another call with the returned NextToken
value.
The token for the next set of results.
The Scheduled Instance IDs.
The time period for the first schedule to start.