Class: Aws::Redshift::Types::ModifyClusterSnapshotScheduleMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyClusterSnapshotScheduleMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
A unique identifier for the cluster whose snapshot schedule you want to modify.
-
#disassociate_schedule ⇒ Boolean
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
-
#schedule_identifier ⇒ String
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
Instance Attribute Details
#cluster_identifier ⇒ String
A unique identifier for the cluster whose snapshot schedule you want to modify.
8624 8625 8626 8627 8628 8629 8630 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8624 class ModifyClusterSnapshotScheduleMessage < Struct.new( :cluster_identifier, :schedule_identifier, :disassociate_schedule) SENSITIVE = [] include Aws::Structure end |
#disassociate_schedule ⇒ Boolean
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
8624 8625 8626 8627 8628 8629 8630 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8624 class ModifyClusterSnapshotScheduleMessage < Struct.new( :cluster_identifier, :schedule_identifier, :disassociate_schedule) SENSITIVE = [] include Aws::Structure end |
#schedule_identifier ⇒ String
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
8624 8625 8626 8627 8628 8629 8630 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8624 class ModifyClusterSnapshotScheduleMessage < Struct.new( :cluster_identifier, :schedule_identifier, :disassociate_schedule) SENSITIVE = [] include Aws::Structure end |