EbsBlockDevice
public struct EbsBlockDevice : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The device name that is exposed to the instance, such as /dev/sdh.
Declaration
Swift
public let device: String?
-
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.
Declaration
Swift
public let volumeSpecification: VolumeSpecification?
-
Undocumented
Declaration
Swift
public init(device: String? = nil, volumeSpecification: VolumeSpecification? = nil)