You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::ModifyClusterSnapshotScheduleMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyClusterSnapshotScheduleMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

A unique identifier for the cluster whose snapshot schedule you want to modify.

Returns:

  • (String)

    A unique identifier for the cluster whose snapshot schedule you want to modify.

#disassociate_scheduleBoolean

A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

Returns:

  • (Boolean)

    A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

#schedule_identifierString

A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

Returns:

  • (String)

    A unique alphanumeric identifier for the schedule that you want to associate with the cluster.