AwsEc2RouteTablePropertiesResponse

data class AwsEc2RouteTablePropertiesResponse(val routeTableId: String? = null, val tags: List<TagResponse>? = null, val vpcId: String? = null)

Definition of awsEc2RouteTable

Constructors

Link copied to clipboard
constructor(routeTableId: String? = null, tags: List<TagResponse>? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val routeTableId: String? = null

Property routeTableId

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

Any tags assigned to the route table.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.