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)


575
576
577
578
579
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 575

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