commonMain.aws.sdk.kotlin.services.neptunegraph.model.GraphDataSummary.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.neptunegraph.model
import aws.smithy.kotlin.runtime.SdkDsl
/**
* Summary information about the graph.
*/
public class GraphDataSummary private constructor(builder: Builder) {
/**
* A list of the edge labels in the graph.
*/
public val edgeLabels: List? = builder.edgeLabels
/**
* A list of the distinct edge properties in the graph, along with the count of edges where each property is used.
*/
public val edgeProperties: List