AWSEC2VolumeStatusAttachmentStatus
Objective-C
@interface AWSEC2VolumeStatusAttachmentStatus
Swift
class AWSEC2VolumeStatusAttachmentStatus
Information about the instances to which the volume is attached.
-
The ID of the attached instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;Swift
var instanceId: String? { get set } -
The maximum IOPS supported by the attached instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ioPerformance;Swift
var ioPerformance: String? { get set }
View on GitHub
Install in Dash
AWSEC2VolumeStatusAttachmentStatus Class Reference