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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

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

Returns:

  • (String)


8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8336

class ModifyClusterSnapshotScheduleMessage < Struct.new(
  :cluster_identifier,
  :schedule_identifier,
  :disassociate_schedule)
  SENSITIVE = []
  include Aws::Structure
end

#disassociate_scheduleBoolean

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

Returns:

  • (Boolean)


8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8336

class ModifyClusterSnapshotScheduleMessage < Struct.new(
  :cluster_identifier,
  :schedule_identifier,
  :disassociate_schedule)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_identifierString

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

Returns:

  • (String)


8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8336

class ModifyClusterSnapshotScheduleMessage < Struct.new(
  :cluster_identifier,
  :schedule_identifier,
  :disassociate_schedule)
  SENSITIVE = []
  include Aws::Structure
end