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