UserBucket
public struct UserBucket : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Amazon S3 bucket where the disk image is located.
Declaration
Swift
public let s3Bucket: String?
-
The file name of the disk image.
Declaration
Swift
public let s3Key: String?
-
Undocumented
Declaration
Swift
public init(s3Bucket: String? = nil, s3Key: String? = nil)