AWSEC2InstanceEventWindowTimeRangeRequest

Objective-C

@interface AWSEC2InstanceEventWindowTimeRangeRequest

Swift

class AWSEC2InstanceEventWindowTimeRangeRequest

The start day and time and the end day and time of the time range, in UTC.

  • The hour when the time range ends.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable endHour;

    Swift

    var endHour: NSNumber? { get set }
  • The day on which the time range ends.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2WeekDay endWeekDay;

    Swift

    var endWeekDay: AWSEC2WeekDay { get set }
  • The hour when the time range begins.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable startHour;

    Swift

    var startHour: NSNumber? { get set }
  • The day on which the time range begins.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2WeekDay startWeekDay;

    Swift

    var startWeekDay: AWSEC2WeekDay { get set }