Class: Aws::FSx::Types::UpdateFileSystemLustreConfiguration

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

Overview

Note:

When making an API call, you may pass UpdateFileSystemLustreConfiguration data as a hash:

{
  weekly_maintenance_start_time: "WeeklyTime",
}

The configuration object for Amazon FSx for Lustre file systems used in the ‘UpdateFileSystem` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#weekly_maintenance_start_timeString

The preferred time to perform weekly maintenance, in the UTC time zone.

Returns:

  • (String)


1190
1191
1192
1193
# File 'lib/aws-sdk-fsx/types.rb', line 1190

class UpdateFileSystemLustreConfiguration < Struct.new(
  :weekly_maintenance_start_time)
  include Aws::Structure
end