Class: Aws::FSx::Types::UpdateFileCacheLustreConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateFileCacheLustreConfiguration
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The configuration update for an Amazon File Cache resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#weekly_maintenance_start_time ⇒ String
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.
Instance Attribute Details
#weekly_maintenance_start_time ⇒ String
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.
9576 9577 9578 9579 9580 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9576 class UpdateFileCacheLustreConfiguration < Struct.new( :weekly_maintenance_start_time) SENSITIVE = [] include Aws::Structure end |