Class: Aws::S3::Types::InventorySchedule

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

Overview

Specifies the schedule for generating inventory results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#frequencyString

Specifies how frequently inventory results are produced.

Returns:

  • (String)


8967
8968
8969
8970
8971
# File 'lib/aws-sdk-s3/types.rb', line 8967

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