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.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def schedule_definitions @schedule_definitions end |
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def schedule_identifier @schedule_identifier end |