All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.npm.aws.s3.GetBucketLocationOutput.scala Maven / Gradle / Ivy

The newest version!
package io.scalajs.npm.aws.s3

import scala.scalajs.js

/**
  * Get Bucket Location Output
  * @author [email protected]
  */
@js.native
trait GetBucketLocationOutput extends js.Object {
  def LocationConstraint: js.UndefOr[String] = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy