class Aws::Redshift::Types::ModifyClusterSnapshotScheduleMessage

@note When making an API call, you may pass ModifyClusterSnapshotScheduleMessage

data as a hash:

    {
      cluster_identifier: "String", # required
      schedule_identifier: "String",
      disassociate_schedule: false,
    }

@!attribute [rw] cluster_identifier

A unique identifier for the cluster whose snapshot schedule you want
to modify.
@return [String]

@!attribute [rw] schedule_identifier

A unique alphanumeric identifier for the schedule that you want to
associate with the cluster.
@return [String]

@!attribute [rw] disassociate_schedule

A boolean to indicate whether to remove the assoiciation between the
cluster and the schedule.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterSnapshotScheduleMessage AWS API Documentation

Constants

SENSITIVE