Class: Aws::BCMDataExports::Types::RefreshCadence

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

Overview

The cadence for Amazon Web Services to update the data export in your S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#frequencyString

The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.

Returns:

  • (String)


588
589
590
591
592
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 588

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