GetNetworkInsightsAccessScopeResult

data class GetNetworkInsightsAccessScopeResult(val createdDate: String? = null, val networkInsightsAccessScopeArn: String? = null, val networkInsightsAccessScopeId: String? = null, val tags: List<Tag>? = null, val updatedDate: String? = null)

Constructors

Link copied to clipboard
constructor(createdDate: String? = null, networkInsightsAccessScopeArn: String? = null, networkInsightsAccessScopeId: String? = null, tags: List<Tag>? = null, updatedDate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdDate: String? = null

The creation date.

Link copied to clipboard

The ARN of the Network Access Scope.

Link copied to clipboard

The ID of the Network Access Scope.

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

The tags.

Link copied to clipboard
val updatedDate: String? = null

The last updated date.