Class: Aws::IoTSiteWise::Types::WarmTierRetentionPeriod

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#number_of_daysInteger

The number of days the data is stored in the warm tier.

Returns:

  • (Integer)


9790
9791
9792
9793
9794
9795
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9790

class WarmTierRetentionPeriod < Struct.new(
  :number_of_days,
  :unlimited)
  SENSITIVE = []
  include Aws::Structure
end

#unlimitedBoolean

If set to true, the data is stored indefinitely in the warm tier.

Returns:

  • (Boolean)


9790
9791
9792
9793
9794
9795
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9790

class WarmTierRetentionPeriod < Struct.new(
  :number_of_days,
  :unlimited)
  SENSITIVE = []
  include Aws::Structure
end