Class: Aws::Types::DescribeMaintenanceStartTimeOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMaintenanceStartTimeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day_of_month ⇒ ::Integer
Returns the value of attribute day_of_month.
-
#day_of_week ⇒ ::Integer
Returns the value of attribute day_of_week.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#hour_of_day ⇒ ::Integer
Returns the value of attribute hour_of_day.
-
#minute_of_hour ⇒ ::Integer
Returns the value of attribute minute_of_hour.
-
#software_update_preferences ⇒ Types::SoftwareUpdatePreferences
Returns the value of attribute software_update_preferences.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#day_of_month ⇒ ::Integer
Returns the value of attribute day_of_month.
660 661 662 |
# File 'sig/types.rbs', line 660 def day_of_month @day_of_month end |
#day_of_week ⇒ ::Integer
Returns the value of attribute day_of_week.
659 660 661 |
# File 'sig/types.rbs', line 659 def day_of_week @day_of_week end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
656 657 658 |
# File 'sig/types.rbs', line 656 def gateway_arn @gateway_arn end |
#hour_of_day ⇒ ::Integer
Returns the value of attribute hour_of_day.
657 658 659 |
# File 'sig/types.rbs', line 657 def hour_of_day @hour_of_day end |
#minute_of_hour ⇒ ::Integer
Returns the value of attribute minute_of_hour.
658 659 660 |
# File 'sig/types.rbs', line 658 def minute_of_hour @minute_of_hour end |
#software_update_preferences ⇒ Types::SoftwareUpdatePreferences
Returns the value of attribute software_update_preferences.
662 663 664 |
# File 'sig/types.rbs', line 662 def software_update_preferences @software_update_preferences end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
661 662 663 |
# File 'sig/types.rbs', line 661 def timezone @timezone end |