/AWS1/CL_EC2DSCSCHDINSTSRESULT¶
Contains the output of DescribeScheduledInstances.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The token required to retrieve the next set of results. This value is
nullwhen there are no more results to return.
it_scheduledinstanceset TYPE /AWS1/CL_EC2SCHEDULEDINSTANCE=>TT_SCHEDULEDINSTANCESET TT_SCHEDULEDINSTANCESET¶
Information about the Scheduled Instances.
Queryable Attributes¶
NextToken¶
The token required to retrieve the next set of results. This value is
nullwhen there are no more results to return.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
ScheduledInstanceSet¶
Information about the Scheduled Instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULEDINSTANCESET() |
Getter for SCHEDULEDINSTANCESET, with configurable default |
ASK_SCHEDULEDINSTANCESET() |
Getter for SCHEDULEDINSTANCESET w/ exceptions if field has n |
HAS_SCHEDULEDINSTANCESET() |
Determine if SCHEDULEDINSTANCESET has a value |