UpdateVpcLinkResponse constructor

UpdateVpcLinkResponse({
  1. DateTime? createdDate,
  2. String? name,
  3. List<String>? securityGroupIds,
  4. List<String>? subnetIds,
  5. Map<String, String>? tags,
  6. String? vpcLinkId,
  7. VpcLinkStatus? vpcLinkStatus,
  8. String? vpcLinkStatusMessage,
  9. VpcLinkVersion? vpcLinkVersion,
})

Implementation

UpdateVpcLinkResponse({
  this.createdDate,
  this.name,
  this.securityGroupIds,
  this.subnetIds,
  this.tags,
  this.vpcLinkId,
  this.vpcLinkStatus,
  this.vpcLinkStatusMessage,
  this.vpcLinkVersion,
});