Class: Aws::SecurityHub::Types::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#day_of_weekString

The day of the week on which the maintenance window falls.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1485

class AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails < Struct.new(
  :day_of_week,
  :time_of_day,
  :time_zone)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_dayString

The time, in 24-hour format, on which the maintenance window falls.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1485

class AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails < Struct.new(
  :day_of_week,
  :time_of_day,
  :time_zone)
  SENSITIVE = []
  include Aws::Structure
end

#time_zoneString

The time zone in either the Country/City format or the UTC offset format. UTC is the default format.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1485

class AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails < Struct.new(
  :day_of_week,
  :time_of_day,
  :time_zone)
  SENSITIVE = []
  include Aws::Structure
end