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

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.

[1]: en.wikipedia.org/wiki/ISO_week_date

Returns:

  • (String)


8240
8241
8242
8243
8244
# File 'lib/aws-sdk-fsx/types.rb', line 8240

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