Class: Aws::Types::MaintenanceWindowIdentity
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceWindowIdentity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cutoff ⇒ ::Integer
Returns the value of attribute cutoff.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_execution_time ⇒ ::String
Returns the value of attribute next_execution_time.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
-
#schedule_timezone ⇒ ::String
Returns the value of attribute schedule_timezone.
-
#start_date ⇒ ::String
Returns the value of attribute start_date.
-
#window_id ⇒ ::String
Returns the value of attribute window_id.
Instance Attribute Details
#cutoff ⇒ ::Integer
Returns the value of attribute cutoff.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def cutoff @cutoff end |
#description ⇒ ::String
Returns the value of attribute description.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def description @description end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def duration @duration end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def enabled @enabled end |
#end_date ⇒ ::String
Returns the value of attribute end_date.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def end_date @end_date end |
#name ⇒ ::String
Returns the value of attribute name.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def name @name end |
#next_execution_time ⇒ ::String
Returns the value of attribute next_execution_time.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def next_execution_time @next_execution_time end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def schedule @schedule end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def schedule_offset @schedule_offset end |
#schedule_timezone ⇒ ::String
Returns the value of attribute schedule_timezone.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def schedule_timezone @schedule_timezone end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def start_date @start_date end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def window_id @window_id end |