Class: Aws::IoTSiteWise::Types::WarmTierRetentionPeriod
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::WarmTierRetentionPeriod
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#number_of_days ⇒ Integer
The number of days the data is stored in the warm tier.
-
#unlimited ⇒ Boolean
If set to true, the data is stored indefinitely in the warm tier.
Instance Attribute Details
#number_of_days ⇒ Integer
The number of days the data is stored in the warm tier.
9739 9740 9741 9742 9743 9744 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9739 class WarmTierRetentionPeriod < Struct.new( :number_of_days, :unlimited) SENSITIVE = [] include Aws::Structure end |
#unlimited ⇒ Boolean
If set to true, the data is stored indefinitely in the warm tier.
9739 9740 9741 9742 9743 9744 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9739 class WarmTierRetentionPeriod < Struct.new( :number_of_days, :unlimited) SENSITIVE = [] include Aws::Structure end |