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.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def cluster_identifier @cluster_identifier end |
#disassociate_schedule ⇒ Boolean
Returns the value of attribute disassociate_schedule.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def disassociate_schedule @disassociate_schedule end |
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def schedule_identifier @schedule_identifier end |