Class: Aws::SecurityHub::Types::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The scheduled time period (UTC) during which Amazon MQ begins to apply pending updates or patches to the broker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#day_of_week ⇒ String
The day of the week on which the maintenance window falls.
-
#time_of_day ⇒ String
The time, in 24-hour format, on which the maintenance window falls.
-
#time_zone ⇒ String
The time zone in either the Country/City format or the UTC offset format.
Instance Attribute Details
#day_of_week ⇒ String
The day of the week on which the maintenance window falls.
1483 1484 1485 1486 1487 1488 1489 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1483 class AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails < Struct.new( :day_of_week, :time_of_day, :time_zone) SENSITIVE = [] include Aws::Structure end |
#time_of_day ⇒ String
The time, in 24-hour format, on which the maintenance window falls.
1483 1484 1485 1486 1487 1488 1489 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1483 class AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails < Struct.new( :day_of_week, :time_of_day, :time_zone) SENSITIVE = [] include Aws::Structure end |
#time_zone ⇒ String
The time zone in either the Country/City format or the UTC offset format. UTC is the default format.
1483 1484 1485 1486 1487 1488 1489 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1483 class AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails < Struct.new( :day_of_week, :time_of_day, :time_zone) SENSITIVE = [] include Aws::Structure end |