VolumeSpecification

public struct VolumeSpecification : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of I/O operations per second (IOPS) that the volume supports.

    Declaration

    Swift

    public let iops: Int?
  • The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.

    Declaration

    Swift

    public let sizeInGB: Int
  • The volume type. Volume types supported are gp2, io1, standard.

    Declaration

    Swift

    public let volumeType: String
  • Undocumented

    Declaration

    Swift

    public init(iops: Int? = nil, sizeInGB: Int, volumeType: String)