AWSEC2InstanceStatusDetails

Objective-C

@interface AWSEC2InstanceStatusDetails

Swift

class AWSEC2InstanceStatusDetails

Describes the instance status.

  • The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable impairedSince;

    Swift

    var impairedSince: Date? { get set }
  • The type of instance status.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2StatusName name;

    Swift

    var name: AWSEC2StatusName { get set }
  • The status.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2StatusType status;

    Swift

    var status: AWSEC2StatusType { get set }