ManagedAction
public struct ManagedAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the managed action.
Declaration
Swift
public let actionDescription: String?
-
A unique identifier for the managed action.
Declaration
Swift
public let actionId: String?
-
The type of managed action.
Declaration
Swift
public let actionType: ActionType?
-
The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.
Declaration
Swift
public let status: ActionStatus?
-
The start time of the maintenance window in which the managed action will execute.
Declaration
Swift
public let windowStartTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(actionDescription: String? = nil, actionId: String? = nil, actionType: ActionType? = nil, status: ActionStatus? = nil, windowStartTime: TimeStamp? = nil)