Class: Aws::S3Files::Types::ExpirationDataRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

Specifies a rule that controls when cached data expires from the file system based on last access time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#days_after_last_accessInteger

The number of days after last access before cached data expires from the file system.

Returns:

  • (Integer)


520
521
522
523
524
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 520

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