Class: Aws::BCMDataExports::Types::RefreshCadence
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::RefreshCadence
- Includes:
- Structure
- Defined in:
- 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
-
#frequency ⇒ String
The frequency that data exports are updated.
Instance Attribute Details
#frequency ⇒ String
The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
575 576 577 578 579 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 575 class RefreshCadence < Struct.new( :frequency) SENSITIVE = [] include Aws::Structure end |