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)


8936
8937
8938
8939
8940
# File 'lib/aws-sdk-s3/types.rb', line 8936

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