Class: Aws::Types::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day_of_week ⇒ ::String
Returns the value of attribute day_of_week.
-
#time_of_day ⇒ ::String
Returns the value of attribute time_of_day.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
Instance Attribute Details
#day_of_week ⇒ ::String
Returns the value of attribute day_of_week.
362 363 364 |
# File 'sig/types.rbs', line 362 def day_of_week @day_of_week end |
#time_of_day ⇒ ::String
Returns the value of attribute time_of_day.
363 364 365 |
# File 'sig/types.rbs', line 363 def time_of_day @time_of_day end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
364 365 366 |
# File 'sig/types.rbs', line 364 def time_zone @time_zone end |