Get Service Network Vpc Association Result
data class GetServiceNetworkVpcAssociationResult(val arn: String? = null, val createdAt: String? = null, val id: String? = null, val securityGroupIds: List<String>? = null, val serviceNetworkArn: String? = null, val serviceNetworkId: String? = null, val serviceNetworkName: String? = null, val status: ServiceNetworkVpcAssociationStatus? = null, val tags: List<ServiceNetworkVpcAssociationTag>? = null, val vpcId: String? = null)
Constructors
Link copied to clipboard
fun GetServiceNetworkVpcAssociationResult(arn: String? = null, createdAt: String? = null, id: String? = null, securityGroupIds: List<String>? = null, serviceNetworkArn: String? = null, serviceNetworkId: String? = null, serviceNetworkName: String? = null, status: ServiceNetworkVpcAssociationStatus? = null, tags: List<ServiceNetworkVpcAssociationTag>? = null, vpcId: String? = null)