OBJECT
AwsNativeEbsVolumeEdge
Description
Wrapper around the AwsNativeEbsVolume object. This wrapper is used for pagination.
link GraphQL Schema definition
- type AwsNativeEbsVolumeEdge {
- # String used to identify this edge.
- : String!
- # The actual AwsNativeEbsVolume object wrapped by this edge.
- : AwsNativeEbsVolume!
- }