
src.apigee.v1.getInstanceAttachment.scala Maven / Gradle / Ivy
package besom.api.googlenative.apigee.v1
def getInstanceAttachment(using ctx: besom.types.Context)(
args: besom.api.googlenative.apigee.v1.GetInstanceAttachmentArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.apigee.v1.GetInstanceAttachmentResult] =
ctx.invoke[besom.api.googlenative.apigee.v1.GetInstanceAttachmentArgs, besom.api.googlenative.apigee.v1.GetInstanceAttachmentResult]("google-native:apigee/v1:getInstanceAttachment", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy