AWSEC2InstanceBlockDeviceMapping
Objective-C
@interface AWSEC2InstanceBlockDeviceMapping
Swift
class AWSEC2InstanceBlockDeviceMapping
Describes a block device mapping.
-
The device name (for example,
/dev/sdhorxvdh).Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceName;Swift
var deviceName: String? { get set } -
Parameters used to automatically set up EBS volumes when the instance is launched.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2EbsInstanceBlockDevice *_Nullable ebs;Swift
var ebs: AWSEC2EbsInstanceBlockDevice? { get set }
View on GitHub
Install in Dash
AWSEC2InstanceBlockDeviceMapping Class Reference