ImageDiskContainer
public struct ImageDiskContainer : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The description of the disk image. DeclarationSwift public let description: String?
- 
                  
                  The block device mapping for the disk. DeclarationSwift public let deviceName: String?
- 
                  
                  The format of the disk image being imported. Valid values: OVA | VHD | VHDX |VMDK DeclarationSwift public let format: String?
- 
                  
                  The ID of the EBS snapshot to be used for importing the snapshot. DeclarationSwift public let snapshotId: String?
- 
                  
                  The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..) DeclarationSwift public let url: String?
- 
                  
                  The S3 bucket for the disk image. DeclarationSwift public let userBucket: UserBucket?
- 
                  
                  Undocumented DeclarationSwift public init(description: String? = nil, deviceName: String? = nil, format: String? = nil, snapshotId: String? = nil, url: String? = nil, userBucket: UserBucket? = nil)
 View on GitHub
View on GitHub ImageDiskContainer Structure Reference
        ImageDiskContainer Structure Reference