SnapshotDiskContainer

public struct SnapshotDiskContainer : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the disk image being imported.

    Declaration

    Swift

    public let description: String?
  • The format of the disk image being imported. Valid values: VHD | VMDK

    Declaration

    Swift

    public let format: String?
  • url

    The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

    Declaration

    Swift

    public let url: String?
  • The Amazon S3 bucket for the disk image.

    Declaration

    Swift

    public let userBucket: UserBucket?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, format: String? = nil, url: String? = nil, userBucket: UserBucket? = nil)