ModifyScheduledActionMessage

public struct ModifyScheduledActionMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.

    Declaration

    Swift

    public let enable: Bool?
  • A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.

    Declaration

    Swift

    public let iamRole: String?
  • A modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction.

    Declaration

    Swift

    public let schedule: String?
  • A modified description of the scheduled action.

    Declaration

    Swift

    public let scheduledActionDescription: String?
  • The name of the scheduled action to modify.

    Declaration

    Swift

    public let scheduledActionName: String
  • A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.

    Declaration

    Swift

    public let targetAction: ScheduledActionType?
  • Undocumented

    Declaration

    Swift

    public init(enable: Bool? = nil, endTime: TimeStamp? = nil, iamRole: String? = nil, schedule: String? = nil, scheduledActionDescription: String? = nil, scheduledActionName: String, startTime: TimeStamp? = nil, targetAction: ScheduledActionType? = nil)