ExBifrost.Model.BedrockBatchJobResponseVpcConfig (ex_bifrost v0.1.0)

Copy Markdown View Source

BedrockBatchJobResponseVpcConfig model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.BedrockBatchJobResponseVpcConfig{
  securityGroupIds: [String.t()] | nil,
  subnetIds: [String.t()] | nil
}

Functions

decode(value)