AWSEC2VolumeStatusDetails

Objective-C

@interface AWSEC2VolumeStatusDetails

Swift

class AWSEC2VolumeStatusDetails

Describes a volume status.

  • The name of the volume status.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2VolumeStatusName name;

    Swift

    var name: AWSEC2VolumeStatusName { get set }
  • The intended status of the volume status.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable status;

    Swift

    var status: String? { get set }