Class: Aws::FSx::Types::UpdateFileCacheLustreConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

The configuration update for an Amazon File Cache resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#weekly_maintenance_start_timeString

The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

For example, ‘1:05:00` specifies maintenance at 5 AM Monday.



9739
9740
9741
9742
9743
# File 'lib/aws-sdk-fsx/types.rb', line 9739

class UpdateFileCacheLustreConfiguration < Struct.new(
  :weekly_maintenance_start_time)
  SENSITIVE = []
  include Aws::Structure
end