Class SliceExpression
java.lang.Object
software.amazon.awssdk.codegen.jmespath.component.SliceExpression
A slice expression allows you to select a contiguous subset of an array. A slice has a start, stop, and step value. The
 general form of a slice is [start:stop:step], but each component is optional and can be omitted.
 https://jmespath.org/specification.html#slices
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SliceExpression
 
 - 
 - 
Method Details
- 
start
 - 
stop
 - 
step
 
 -