GetBucketLocationOutput
public struct GetBucketLocationOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location constraints by Region, see Regions and Endpoints. Buckets in Region us-east-1 have a LocationConstraint of null.
Declaration
Swift
public let locationConstraint: BucketLocationConstraint?
-
Undocumented
Declaration
Swift
public init(locationConstraint: BucketLocationConstraint? = nil)