Class: Aws::Types::ModifySnapshotScheduleMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifySnapshotScheduleMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schedule_definitions ⇒ ::Array[::String]
Returns the value of attribute schedule_definitions.
-
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
Instance Attribute Details
#schedule_definitions ⇒ ::Array[::String]
Returns the value of attribute schedule_definitions.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def schedule_definitions @schedule_definitions end |
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def schedule_identifier @schedule_identifier end |