SnapshotSchedule
public struct SnapshotSchedule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of clusters associated with the schedule.
Declaration
Swift
public let associatedClusterCount: Int? -
A list of clusters associated with the schedule. A maximum of 100 clusters is returned.
Declaration
Swift
public let associatedClusters: [ClusterAssociatedToSchedule]? -
Undocumented
Declaration
Swift
public let nextInvocations: [TimeStamp]? -
A list of ScheduleDefinitions.
Declaration
Swift
public let scheduleDefinitions: [String]? -
The description of the schedule.
Declaration
Swift
public let scheduleDescription: String? -
A unique identifier for the schedule.
Declaration
Swift
public let scheduleIdentifier: String? -
An optional set of tags describing the schedule.
Declaration
Swift
public let tags: [Tag]? -
init(associatedClusterCount:associatedClusters:nextInvocations:scheduleDefinitions:scheduleDescription:scheduleIdentifier:tags:)Undocumented
Declaration
Swift
public init(associatedClusterCount: Int? = nil, associatedClusters: [ClusterAssociatedToSchedule]? = nil, nextInvocations: [TimeStamp]? = nil, scheduleDefinitions: [String]? = nil, scheduleDescription: String? = nil, scheduleIdentifier: String? = nil, tags: [Tag]? = nil)
View on GitHub
SnapshotSchedule Structure Reference