Class: Aws::Types::UpdateSnapshotScheduleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSnapshotScheduleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#recurrence_in_hours ⇒ ::Integer
Returns the value of attribute recurrence_in_hours.
-
#start_at ⇒ ::Integer
Returns the value of attribute start_at.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def description @description end |
#recurrence_in_hours ⇒ ::Integer
Returns the value of attribute recurrence_in_hours.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def recurrence_in_hours @recurrence_in_hours end |
#start_at ⇒ ::Integer
Returns the value of attribute start_at.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def start_at @start_at end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def volume_arn @volume_arn end |