EBSOptions
public struct EBSOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether EBS-based storage is enabled.
Declaration
Swift
public let eBSEnabled: Bool?
-
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).
Declaration
Swift
public let iops: Int?
-
Integer to specify the size of an EBS volume.
Declaration
Swift
public let volumeSize: Int?
-
Specifies the volume type for EBS-based storage.
Declaration
Swift
public let volumeType: VolumeType?
-
Undocumented
Declaration
Swift
public init(eBSEnabled: Bool? = nil, iops: Int? = nil, volumeSize: Int? = nil, volumeType: VolumeType? = nil)