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.
8588 8589 8590 8591 8592 8593 8594 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8588 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.
8588 8589 8590 8591 8592 8593 8594 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8588 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.
8588 8589 8590 8591 8592 8593 8594 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8588 class ModifyClusterSnapshotScheduleMessage < Struct.new( :cluster_identifier, :schedule_identifier, :disassociate_schedule) SENSITIVE = [] include Aws::Structure end |