UserBucketDetails

public struct UserBucketDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon S3 bucket from which the disk image was created.

    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)