ImportVolumeRequest

public struct ImportVolumeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Availability Zone for the resulting EBS volume.

    Declaration

    Swift

    public let availabilityZone: String
  • A description of the volume.

    Declaration

    Swift

    public let description: String?
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The disk image.

    Declaration

    Swift

    public let image: DiskImageDetail
  • The volume size.

    Declaration

    Swift

    public let volume: VolumeDetail
  • Undocumented

    Declaration

    Swift

    public init(availabilityZone: String, description: String? = nil, dryRun: Bool? = nil, image: DiskImageDetail, volume: VolumeDetail)