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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#weekly_maintenance_start_timeString

A recurring weekly time, in the format D:HH:MM.

D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia.

HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

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

Returns:

  • (String)


8840
8841
8842
8843
8844
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8840

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