ModifyClusterSnapshotScheduleMessage

public struct ModifyClusterSnapshotScheduleMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for the cluster whose snapshot schedule you want to modify.

    Declaration

    Swift

    public let clusterIdentifier: String
  • A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

    Declaration

    Swift

    public let disassociateSchedule: Bool?
  • A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

    Declaration

    Swift

    public let scheduleIdentifier: String?
  • Undocumented

    Declaration

    Swift

    public init(clusterIdentifier: String, disassociateSchedule: Bool? = nil, scheduleIdentifier: String? = nil)