You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InventorySchedule as input to an Aws::Client method, you can use a vanilla Hash:

{
  frequency: "Daily", # required, accepts Daily, Weekly
}

Specifies the schedule for generating inventory results.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#frequencyString

Specifies how frequently inventory results are produced.

Possible values:

  • Daily
  • Weekly

Returns:

  • (String)

    Specifies how frequently inventory results are produced.