GetNetworkInsightsPathResult

data class GetNetworkInsightsPathResult(val createdDate: String? = null, val destinationArn: String? = null, val networkInsightsPathArn: String? = null, val networkInsightsPathId: String? = null, val sourceArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(createdDate: String? = null, destinationArn: String? = null, networkInsightsPathArn: String? = null, networkInsightsPathId: String? = null, sourceArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdDate: String? = null

The time stamp when the path was created.

Link copied to clipboard
val destinationArn: String? = null

The Amazon Resource Name (ARN) of the destination.

Link copied to clipboard

The Amazon Resource Name (ARN) of the path.

Link copied to clipboard

The ID of the path.

Link copied to clipboard
val sourceArn: String? = null

The Amazon Resource Name (ARN) of the source.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to add to the path.