Class: Aws::Types::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_week::String

Returns the value of attribute day_of_week.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def time_zone
  @time_zone
end