Class: Aws::Types::ModifyClusterSnapshotScheduleMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterSnapshotScheduleMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#disassociate_schedule ⇒ Boolean
Returns the value of attribute disassociate_schedule.
-
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def cluster_identifier @cluster_identifier end |
#disassociate_schedule ⇒ Boolean
Returns the value of attribute disassociate_schedule.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def disassociate_schedule @disassociate_schedule end |
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def schedule_identifier @schedule_identifier end |