Class: Aws::Types::DescribeSnapshotScheduleOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotScheduleOutput
- 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.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
711 712 713 |
# File 'sig/types.rbs', line 711 def description @description end |
#recurrence_in_hours ⇒ ::Integer
Returns the value of attribute recurrence_in_hours.
710 711 712 |
# File 'sig/types.rbs', line 710 def recurrence_in_hours @recurrence_in_hours end |
#start_at ⇒ ::Integer
Returns the value of attribute start_at.
709 710 711 |
# File 'sig/types.rbs', line 709 def start_at @start_at end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
713 714 715 |
# File 'sig/types.rbs', line 713 def end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
712 713 714 |
# File 'sig/types.rbs', line 712 def timezone @timezone end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
708 709 710 |
# File 'sig/types.rbs', line 708 def volume_arn @volume_arn end |